From 747f9eb3b7a3c7ae5718d4ce7e2c9c3ad7e07f56 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Fri, 16 Jun 2017 10:06:00 +0300 Subject: meson: make it possible to build tests. --- test/meson.build | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/meson.build (limited to 'test/meson.build') 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) -- cgit v1.2.3