aboutsummaryrefslogtreecommitdiff
path: root/tests/cc
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-06-20 14:47:41 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-06-20 14:47:41 +0200
commit03de91683177657ddedd6b0c2590d9fd4400ae12 (patch)
treee842f171b55cf97f60e3cd0659b066c75d376f50 /tests/cc
parent0a6212e277d55fff72f3d9df53a4dcb88e3e4a71 (diff)
Build both variants of libraries in modules test
Diffstat (limited to 'tests/cc')
-rw-r--r--tests/cc/modules/testscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cc/modules/testscript b/tests/cc/modules/testscript
index 07e096d..23f8946 100644
--- a/tests/cc/modules/testscript
+++ b/tests/cc/modules/testscript
@@ -189,6 +189,7 @@ $* test &*.d <'exe{test}: cxx{driver} mxx{core}' 2>>EOE != 0
:
ln -s ../core.mxx ../core.cxx ../driver.cxx ./;
$* test clean <<EOI
+ ./: lib{foo} exe{test} # Full build.
exe{test}: cxx{driver} lib{foo}
lib{foo}: {mxx cxx}{core}
EOI