aboutsummaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-14 20:08:51 -0700
committerFuwn <[email protected]>2022-06-14 20:08:51 -0700
commit0105c9d79d02f00182c40c29d33b907982c0556d (patch)
tree3a5af6104a84a271bbbf359fdf2257ae14fcb233 /tests/meson.build
downloadtatl-0105c9d79d02f00182c40c29d33b907982c0556d.tar.xz
tatl-0105c9d79d02f00182c40c29d33b907982c0556d.zip
feat: initial commit
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