dependencies : [curses_libs,
lib_magic],
build_by_default : opt and program_tests)
-exes += exe
if opt and not is_disabler(exe)
exes += [exe, exe2]
manadocs += more_manadocs
lib_uuid],
dependencies : thread_libs,
build_by_default : opt and program_tests)
-if not is_disabler(exe)
+if opt and not is_disabler(exe)
exes += [exe, exe2]
manadocs += uuidd_manadocs
bashcompletions += ['uuidd']
'tests/helpers/test_enosys.c',
include_directories : includes,
build_by_default: opt and program_tests)
-exes += exe
+if opt and not is_disabler(exe)
+ exes += exe
+endif
exe = executable(
'test_open_twice',