aboutsummaryrefslogtreecommitdiff
path: root/test/meson.build
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2017-05-25 13:22:43 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-05-25 13:23:56 -0700
commit952492ff432a54f54307a368e0256653060648b5 (patch)
tree8b341962fde701482483848ba447822ddadc614c /test/meson.build
parenta762330025656d5689b45fdda0d4a2ac1fbf4e3b (diff)
Factored out C-based tests
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build2
1 files changed, 1 insertions, 1 deletions
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',