diff options
Diffstat (limited to 'tests/new.testscript')
-rw-r--r-- | tests/new.testscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/new.testscript b/tests/new.testscript index 4fefe56..fd95a94 100644 --- a/tests/new.testscript +++ b/tests/new.testscript @@ -152,7 +152,7 @@ status += -d prj : lib-binless : { - $* -t lib -l c++,binless libfoo 2>>/"EOE" &libfoo/***; + $* -t lib,binless -l c++ libfoo 2>>/"EOE" &libfoo/***; created new library project libfoo in $~/libfoo/ EOE @@ -164,7 +164,7 @@ status += -d prj : lib-binless-unit-tests : { - $* -t lib,unit-tests -l c++,binless libfoo 2>>/"EOE" &libfoo/***; + $* -t lib,unit-tests,binless -l c++ libfoo 2>>/"EOE" &libfoo/***; created new library project libfoo in $~/libfoo/ EOE |