aboutsummaryrefslogtreecommitdiff
path: root/tests/tatl/meson.build
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-19 20:04:56 -0700
committerFuwn <[email protected]>2022-06-19 20:04:56 -0700
commit58688c8090afea95a92a147e26ad0392c1bfef14 (patch)
tree9a6b33f7d5692d3e1daacb1fa90b07098a0e1e47 /tests/tatl/meson.build
downloadtael-58688c8090afea95a92a147e26ad0392c1bfef14.tar.xz
tael-58688c8090afea95a92a147e26ad0392c1bfef14.zip
feat: initial commit
Diffstat (limited to 'tests/tatl/meson.build')
-rw-r--r--tests/tatl/meson.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/tatl/meson.build b/tests/tatl/meson.build
new file mode 100644
index 0000000..8b921d5
--- /dev/null
+++ b/tests/tatl/meson.build
@@ -0,0 +1,7 @@
+tatl_test_files = ['test.cc']
+tatl_test = executable('tatl_test',
+ [tatl_test_files],
+ dependencies : [project_dep],
+ c_args : project_build_args,
+ install : true)
+project_test_files += files(tatl_test_files)