From a52f444c25a558947d8ecea1642e09c92867c280 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 6 Nov 2023 20:11:18 +0300 Subject: Add support for no-subdir-include sub-option for lib project type in bdep-new --- tests/new.testscript | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'tests/new.testscript') diff --git a/tests/new.testscript b/tests/new.testscript index 49f43b1..d8c0b9c 100644 --- a/tests/new.testscript +++ b/tests/new.testscript @@ -1937,6 +1937,22 @@ status += -d prj EOE } + : split-no-subdir-include + : + { + $* -l c++ -t lib,split,subdir=hello,no-subdir-include,no-version libhello 2>>/"EOE" &libhello/***; + created new library project libhello in $~/libhello/ + EOE + + $build libhello/ $config_cxx 2>>~%EOE%; + %(c\+\+|ld|ar) .+%{6} + EOE + + $t libhello/ $config_cxx 2>>~%EOE% + %test .+% + EOE + } + : include-in-src : { -- cgit v1.1