summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/meson.build10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
new file mode 100644
index 0000000..60ca59e
--- /dev/null
+++ b/tests/meson.build
@@ -0,0 +1,10 @@
+foreach target : [
+ 'Tmate.StdoutParser'
+]
+ test('Test-@0@'.format(target),
+ executable('Test-@0@'.format(target),
+ files('@0@.vala'.format(target)) + tests,
+ dependencies: deps,
+ c_args: ['-include', 'config.h'],
+ ))
+endforeach