Skip to content
Snippets Groups Projects
Commit cf32b05d authored by Simon McVittie's avatar Simon McVittie
Browse files

tests: Don't test CLIs if they weren't built

parent 26a096e8
No related branches found
No related tags found
No related merge requests found
......@@ -29,16 +29,21 @@ test_env.prepend('PATH', join_paths(meson.current_build_dir(), '..', 'bin'))
tests = [
'architecture',
'check-requirements-cli',
'desktop-entry',
'graphics',
'library',
'locale',
'system-info',
'system-info-cli',
'utils',
]
if get_option('bin')
tests += [
'check-requirements-cli',
'system-info-cli',
]
endif
tests_utils = [
'fake-home.c',
'test-utils.c',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment