diff options
Diffstat (limited to 'tests/cc')
-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 |