diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-02-13 12:50:41 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-02-13 12:50:41 +0200 |
commit | fdf5d0b35b2b9c19136437af97b687b34fc740ea (patch) | |
tree | 8ad783aa43b4c6f3461f471a74e208a8ebcd437d /tests/new.testscript | |
parent | 8ab23ad062f53ed32107f19d7e855c07992eb517 (diff) |
Move bdep-new binless sub-option from --lang|-l to --type|t
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 |