aboutsummaryrefslogtreecommitdiff
path: root/tests/install/lib/libtest/build
diff options
context:
space:
mode:
Diffstat (limited to 'tests/install/lib/libtest/build')
-rw-r--r--tests/install/lib/libtest/build/bootstrap.build5
-rw-r--r--tests/install/lib/libtest/build/export.build6
-rw-r--r--tests/install/lib/libtest/build/root.build11
3 files changed, 22 insertions, 0 deletions
diff --git a/tests/install/lib/libtest/build/bootstrap.build b/tests/install/lib/libtest/build/bootstrap.build
new file mode 100644
index 0000000..0e83554
--- /dev/null
+++ b/tests/install/lib/libtest/build/bootstrap.build
@@ -0,0 +1,5 @@
+project = install-lib-libtest
+amalgamation = # Disabled.
+using config
+using install
+using test
diff --git a/tests/install/lib/libtest/build/export.build b/tests/install/lib/libtest/build/export.build
new file mode 100644
index 0000000..e8b12b3
--- /dev/null
+++ b/tests/install/lib/libtest/build/export.build
@@ -0,0 +1,6 @@
+$out_root/:
+{
+ include test/
+}
+
+export $out_root/test/lib{test}
diff --git a/tests/install/lib/libtest/build/root.build b/tests/install/lib/libtest/build/root.build
new file mode 100644
index 0000000..59c1e37
--- /dev/null
+++ b/tests/install/lib/libtest/build/root.build
@@ -0,0 +1,11 @@
+using cxx
+
+hxx.ext = hxx
+ixx.ext = ixx
+cxx.ext = cxx
+
+tests/:
+{
+ test.exe = true
+ install = false
+}