diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/pkg-test.testscript | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/pkg-test.testscript b/tests/pkg-test.testscript index 5224696..612d53f 100644 --- a/tests/pkg-test.testscript +++ b/tests/pkg-test.testscript @@ -117,3 +117,14 @@ test.options += --build-option -s tested libfix/0.0.1 EOE } + +: package-cwd +: +{ + $clone_cfg; + + $* libbaz --recursive --package-cwd -v 2>>/~%EOE% + %(.+ test\('\./'\)|info: .+ has nothing to test)%{6} + %tested .+%{3} + EOE +} |