From 952492ff432a54f54307a368e0256653060648b5 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Thu, 25 May 2017 13:22:43 -0700 Subject: Factored out C-based tests --- test/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/meson.build') diff --git a/test/meson.build b/test/meson.build index c5b940f..cf36405 100644 --- a/test/meson.build +++ b/test/meson.build @@ -15,7 +15,7 @@ td += executable('test_syscalls', 'test_syscalls.c', install: false) test_scripts = [ 'conftest.py', 'pytest.ini', 'test_examples.py', - 'util.py' ] + 'util.py', 'test_ctests.py' ] td += custom_target('test_scripts', input: test_scripts, output: test_scripts, build_by_default: true, command: ['cp', '-fPu', '--preserve=mode', -- cgit v1.2.3