aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-03-18 16:21:44 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-03-18 16:21:44 +0300
commitc93dcd0c5313daa2961d522943dda3a1340fb43b (patch)
treef01ecae36348cd7472c5f1a57ac4e63fd936a419
parentbd39e953fee756a492ddfdc000f6128e92b105c4 (diff)
Omit bdep-new C tests that use fmemopen() on Windows and Mac OS
-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/