diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-18 16:21:44 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-18 16:21:44 +0300 |
commit | c93dcd0c5313daa2961d522943dda3a1340fb43b (patch) | |
tree | f01ecae36348cd7472c5f1a57ac4e63fd936a419 /tests | |
parent | bd39e953fee756a492ddfdc000f6128e92b105c4 (diff) |
Omit bdep-new C tests that use fmemopen() on Windows and Mac OS
Diffstat (limited to 'tests')
-rw-r--r-- | tests/new.testscript | 2 |
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/ |