aboutsummaryrefslogtreecommitdiffstats
path: root/test/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build
new file mode 100644
index 0000000..70dfcf9
--- /dev/null
+++ b/test/meson.build
@@ -0,0 +1,8 @@
+test_filenames = [
+ 'main.c',
+ 'test.c',
+ 'float.c',
+ 'diagnostic.c',
+ ]
+
+test_sources = files(test_filenames)