summaryrefslogtreecommitdiff
path: root/libcmark-gfm/tests/build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-05-03 22:19:55 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-05-15 17:09:24 +0300
commit19dc42649183b2e1cd37be1ca69145dafe1330a2 (patch)
tree54e562b46a52664d98f56fcce2fdbdfda973c94d /libcmark-gfm/tests/build
parentcec0fb3f50fd924614ced487f79b57c92bff6584 (diff)
Add implementation
Diffstat (limited to 'libcmark-gfm/tests/build')
-rw-r--r--libcmark-gfm/tests/build/.gitignore3
-rw-r--r--libcmark-gfm/tests/build/bootstrap.build9
-rw-r--r--libcmark-gfm/tests/build/root.build16
3 files changed, 28 insertions, 0 deletions
diff --git a/libcmark-gfm/tests/build/.gitignore b/libcmark-gfm/tests/build/.gitignore
new file mode 100644
index 0000000..4a730a3
--- /dev/null
+++ b/libcmark-gfm/tests/build/.gitignore
@@ -0,0 +1,3 @@
+config.build
+root/
+bootstrap/
diff --git a/libcmark-gfm/tests/build/bootstrap.build b/libcmark-gfm/tests/build/bootstrap.build
new file mode 100644
index 0000000..cb2b962
--- /dev/null
+++ b/libcmark-gfm/tests/build/bootstrap.build
@@ -0,0 +1,9 @@
+# file : tests/build/bootstrap.build
+# copyright : Copyright (c) 2018-2019 Code Synthesis Ltd
+# license : FreeBSD License; see accompanying COPYING file
+
+project = # Unnamed tests subproject.
+
+using config
+using test
+using dist
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