aboutsummaryrefslogtreecommitdiff
path: root/old-tests/install/lib/libtest/test/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'old-tests/install/lib/libtest/test/buildfile')
-rw-r--r--old-tests/install/lib/libtest/test/buildfile10
1 files changed, 10 insertions, 0 deletions
diff --git a/old-tests/install/lib/libtest/test/buildfile b/old-tests/install/lib/libtest/test/buildfile
new file mode 100644
index 0000000..343bc30
--- /dev/null
+++ b/old-tests/install/lib/libtest/test/buildfile
@@ -0,0 +1,10 @@
+cxx.poptions += -I$src_root
+
+install.include = $install.include/test/
+
+lib{test}: cxx{utility} hxx{utility}
+lib{test}: cxx.export.poptions = -I$src_root
+
+exe{driver}: cxx{driver} hxx{driver} lib{test}
+
+./: lib{test} exe{driver}