summaryrefslogtreecommitdiff
path: root/libcmark-gfm/tests/build/root.build
diff options
context:
space:
mode:
Diffstat (limited to 'libcmark-gfm/tests/build/root.build')
-rw-r--r--libcmark-gfm/tests/build/root.build16
1 files changed, 16 insertions, 0 deletions
diff --git a/libcmark-gfm/tests/build/root.build b/libcmark-gfm/tests/build/root.build
new file mode 100644
index 0000000..1a4dbbe
--- /dev/null
+++ b/libcmark-gfm/tests/build/root.build
@@ -0,0 +1,16 @@
+# file : tests/build/root.build
+# copyright : Copyright (c) 2018-2019 Code Synthesis Ltd
+# license : FreeBSD License; see accompanying COPYING file
+
+using c
+
+h{*}: extension = h
+c{*}: extension = c
+
+# Every exe{} in this subproject is by default a test.
+#
+exe{*}: test = true
+
+# The test target for cross-testing (running tests under Wine, etc).
+#
+test.target = $c.target