From fdf5d0b35b2b9c19136437af97b687b34fc740ea Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 13 Feb 2020 12:50:41 +0200 Subject: Move bdep-new binless sub-option from --lang|-l to --type|t --- tests/new.testscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/new.testscript') 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 -- cgit v1.1