aboutsummaryrefslogtreecommitdiff
path: root/tests/new.testscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/new.testscript')
-rw-r--r--tests/new.testscript16
1 files changed, 16 insertions, 0 deletions
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
:
{