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