diff options
| author | Fuwn <[email protected]> | 2022-06-14 20:08:51 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-14 20:08:51 -0700 |
| commit | 0105c9d79d02f00182c40c29d33b907982c0556d (patch) | |
| tree | 3a5af6104a84a271bbbf359fdf2257ae14fcb233 /tests/meson.build | |
| download | tatl-0105c9d79d02f00182c40c29d33b907982c0556d.tar.xz tatl-0105c9d79d02f00182c40c29d33b907982c0556d.zip | |
feat: initial commit
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 |