aboutsummaryrefslogtreecommitdiff
path: root/old-tests/cli/lib/test/build
diff options
context:
space:
mode:
Diffstat (limited to 'old-tests/cli/lib/test/build')
-rw-r--r--old-tests/cli/lib/test/build/bootstrap.build3
-rw-r--r--old-tests/cli/lib/test/build/root.build7
2 files changed, 10 insertions, 0 deletions
diff --git a/old-tests/cli/lib/test/build/bootstrap.build b/old-tests/cli/lib/test/build/bootstrap.build
new file mode 100644
index 0000000..db43826
--- /dev/null
+++ b/old-tests/cli/lib/test/build/bootstrap.build
@@ -0,0 +1,3 @@
+project = cli-lib-test
+amalgamation = # Disabled.
+using config
diff --git a/old-tests/cli/lib/test/build/root.build b/old-tests/cli/lib/test/build/root.build
new file mode 100644
index 0000000..636fd02
--- /dev/null
+++ b/old-tests/cli/lib/test/build/root.build
@@ -0,0 +1,7 @@
+using cxx
+
+hxx{*}: extension = h
+ixx{*}: extension = inl
+cxx{*}: extension = C
+
+using cli