aboutsummaryrefslogtreecommitdiff
path: root/tests/import/installed
diff options
context:
space:
mode:
Diffstat (limited to 'tests/import/installed')
-rw-r--r--tests/import/installed/build/bootstrap.build1
-rw-r--r--tests/import/installed/buildfile8
2 files changed, 7 insertions, 2 deletions
diff --git a/tests/import/installed/build/bootstrap.build b/tests/import/installed/build/bootstrap.build
index 97fd11f..2af1e60 100644
--- a/tests/import/installed/build/bootstrap.build
+++ b/tests/import/installed/build/bootstrap.build
@@ -1,3 +1,4 @@
project = import-installed
amalgamation = # Disabled.
using config
+using test
diff --git a/tests/import/installed/buildfile b/tests/import/installed/buildfile
index 276de36..abdc151 100644
--- a/tests/import/installed/buildfile
+++ b/tests/import/installed/buildfile
@@ -5,5 +5,9 @@ cxx.ext = cxx
import libs += lib{z}
-#exe{driver}: cxx{driver} $libs
-lib{driver}: cxx{driver} $libs
+#lib{driver}: cxx{driver} $libs
+
+exe{driver}: cxx{driver} $libs
+exe{driver}: test = true
+
+