aboutsummaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
new file mode 100644
index 0000000..46d8225
--- /dev/null
+++ b/tests/meson.build
@@ -0,0 +1,4 @@
+if not meson.is_subproject()
+ subdir('tatl')
+ test('tatl test', tatl_test)
+endif