diff options
-rw-r--r-- | src/shared/meson.build | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/shared/meson.build b/src/shared/meson.build index dd2e82c0bc..0f50522b6a 100644 --- a/src/shared/meson.build +++ b/src/shared/meson.build @@ -281,12 +281,13 @@ shared_sources = files(''' '''.split()) if get_option('tests') != 'false' - shared_sources += files('tests.c', 'tests.h') + shared_sources += files(''' + test-tables.h + tests.c + tests.h + '''.split()) endif -test_tables_h = files('test-tables.h') -shared_sources += test_tables_h - generate_syscall_list = find_program('generate-syscall-list.py') fname = 'syscall-list.h' syscall_list_h = custom_target( |