From e78ef8665dbf82d77e958f37204bce6e36bfcb59 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 15 Aug 2018 15:09:16 +0200 Subject: Use sanitized name stem for language identifiers in bdep-new --- tests/new.test | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'tests') diff --git a/tests/new.test b/tests/new.test index 3a62df3..491c155 100644 --- a/tests/new.test +++ b/tests/new.test @@ -21,25 +21,25 @@ status += -d prj : exe { - $* --no-amalgamation -t exe -l c++ prj 2>>/"EOE" &prj/***; - created new executable project prj in $~/prj/ + $* --no-amalgamation -t exe -l c++ prj-foo 2>>/"EOE" &prj-foo/***; + created new executable project prj-foo in $~/prj-foo/ EOE - $build prj/ $cxx 2>>/EOE - c++ prj/prj/cxx{prj} - ld prj/prj/exe{prj} + $build prj-foo/ $cxx 2>>/EOE + c++ prj-foo/prj-foo/cxx{prj-foo} + ld prj-foo/prj-foo/exe{prj-foo} EOE } : lib { - $* --no-amalgamation -t lib -l c++ libprj 2>>/"EOE" &libprj/***; - created new library project libprj in $~/libprj/ + $* --no-amalgamation -t lib -l c++ libprj-foo 2>>/"EOE" &libprj-foo/***; + created new library project libprj-foo in $~/libprj-foo/ EOE - $build libprj/ $cxx 2>>/~%EOE% + $build libprj-foo/ $cxx 2>>/~%EOE% %.{4} - %ld libprj/.+%{3} + %ld libprj-foo/.+%{3} EOE } -- cgit v1.1