diff options
| author | Fuwn <[email protected]> | 2022-06-19 20:04:56 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-19 20:04:56 +0000 |
| commit | c5af3b34766fcf3310bd7359986613a9c4b342eb (patch) | |
| tree | 9a6b33f7d5692d3e1daacb1fa90b07098a0e1e47 /tests/meson.build | |
| download | tael-c5af3b34766fcf3310bd7359986613a9c4b342eb.tar.xz tael-c5af3b34766fcf3310bd7359986613a9c4b342eb.zip | |
feat: initial commitv0.1.0
Diffstat (limited to 'tests/meson.build')
| -rw-r--r-- | tests/meson.build | 4 |
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 |