From 0105c9d79d02f00182c40c29d33b907982c0556d Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 14 Jun 2022 20:08:51 -0700 Subject: feat: initial commit --- tests/meson.build | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/meson.build (limited to 'tests/meson.build') 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 -- cgit v1.2.3