summaryrefslogtreecommitdiff
path: root/test/build
diff options
context:
space:
mode:
Diffstat (limited to 'test/build')
-rw-r--r--test/build/.gitignore1
-rw-r--r--test/build/bootstrap.build8
-rw-r--r--test/build/root.build8
3 files changed, 17 insertions, 0 deletions
diff --git a/test/build/.gitignore b/test/build/.gitignore
new file mode 100644
index 0000000..225c27f
--- /dev/null
+++ b/test/build/.gitignore
@@ -0,0 +1 @@
+config.build
diff --git a/test/build/bootstrap.build b/test/build/bootstrap.build
new file mode 100644
index 0000000..49e8cc2
--- /dev/null
+++ b/test/build/bootstrap.build
@@ -0,0 +1,8 @@
+# file : test/build/bootstrap.build
+# copyright : not copyrighted - public domain
+
+project = # Unnamed subproject.
+
+using config
+using dist
+using test
diff --git a/test/build/root.build b/test/build/root.build
new file mode 100644
index 0000000..51b3178
--- /dev/null
+++ b/test/build/root.build
@@ -0,0 +1,8 @@
+# file : test/build/root.build
+# copyright : not copyrighted - public domain
+
+using c
+
+# Every exe{} in this subproject is by default a test.
+#
+exe{*}: test = true