diff options
Diffstat (limited to 'tests/cc')
-rw-r--r-- | tests/cc/libu/testscript | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/cc/libu/testscript b/tests/cc/libu/testscript index 578b934..75ccb4d 100644 --- a/tests/cc/libu/testscript +++ b/tests/cc/libu/testscript @@ -53,8 +53,11 @@ EOI ln -s ../foo.hxx ../foo.cxx ../bar.cxx ../driver.cxx ./; $* test clean <<EOI cc.poptions += "-I$src_base" - exe{foo}: cxx{driver} libu{foo} - libu{foo}: cxx{foo bar} + + ./: exe{foo}: cxx{driver} libue{foo} + ./: lib{foo}: libul{foo} + + {libue libul}{foo}: cxx{foo bar} EOI : members @@ -65,12 +68,9 @@ ln -s ../foo.hxx ../foo.cxx ../bar.cxx ../driver.cxx ./; $* test clean <<EOI cc.poptions += "-I$src_base" - # {exe liba libs}{foo} - ./: {exe}{foo} - - exe{foo}: cxx{driver} libue{foo} - liba{foo}: libua{foo} - libs{foo}: libus{foo} + ./: exe{foo}: cxx{driver} libue{foo} + ./: liba{foo}: libua{foo} + ./: libs{foo}: libus{foo} - libu{foo}: cxx{foo bar} + libue{foo} libul{foo}: cxx{foo bar} EOI |