mason.child: Remove unit tests since they're hard to maintain and if they

fail then the CI fails as well anyway.
factor-shell
Doug Coleman 2017-12-09 03:58:19 -06:00
parent 089904fed6
commit 33c9097217
1 changed files with 0 additions and 16 deletions

View File

@ -2,22 +2,6 @@ USING: io io.pathnames kernel mason.child mason.config
namespaces sequences system tools.test ;
IN: mason.child.tests
{ { "make" "macosx-x86-32" } } [
H{
{ target-os macosx }
{ target-cpu x86.32 }
} [ mason-child-make-cmd ] with-variables
] unit-test
! Must be an absolute path on Windows because launch directory
! is relative to parent directory (instead of current directory).
{ t } [
H{
{ target-os windows }
{ target-cpu x86.32 }
} [ mason-child-make-cmd ] with-variables first absolute-path?
] unit-test
{ t } [
H{
{ target-os windows }