aboutsummaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-19 20:04:56 +0000
committerFuwn <[email protected]>2022-06-19 20:04:56 +0000
commitc5af3b34766fcf3310bd7359986613a9c4b342eb (patch)
tree9a6b33f7d5692d3e1daacb1fa90b07098a0e1e47 /tests/meson.build
downloadtael-c5af3b34766fcf3310bd7359986613a9c4b342eb.tar.xz
tael-c5af3b34766fcf3310bd7359986613a9c4b342eb.zip
feat: initial commitv0.1.0
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