aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/new.testscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/new.testscript b/tests/new.testscript
index a1eaecf..7e484fc 100644
--- a/tests/new.testscript
+++ b/tests/new.testscript
@@ -500,6 +500,7 @@ status += -d prj
: type
:
+ if ($c.target.class != 'windows' && $c.target.class != 'macos')
{
: exe
:
@@ -583,6 +584,7 @@ status += -d prj
: c
:
+ if ($c.target.class != 'windows' && $c.target.class != 'macos')
{
$* -l c libprj 2>>/"EOE" &libprj/***;
created new library project libprj in $~/libprj/