diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-06-20 14:47:41 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-06-20 14:47:41 +0200 |
commit | 03de91683177657ddedd6b0c2590d9fd4400ae12 (patch) | |
tree | e842f171b55cf97f60e3cd0659b066c75d376f50 /tests/cc/modules/testscript | |
parent | 0a6212e277d55fff72f3d9df53a4dcb88e3e4a71 (diff) |
Build both variants of libraries in modules test
Diffstat (limited to 'tests/cc/modules/testscript')
-rw-r--r-- | tests/cc/modules/testscript | 1 |
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 |