mason.child: fix test for mason
parent
b8675e4470
commit
9f4b81df44
|
@ -2,13 +2,6 @@ USING: io io.pathnames kernel mason.child mason.config
|
||||||
namespaces sequences system tools.test ;
|
namespaces sequences system tools.test ;
|
||||||
IN: mason.child.tests
|
IN: mason.child.tests
|
||||||
|
|
||||||
{ { "nmake" "/f" "nmakefile" "x86-32" } } [
|
|
||||||
H{
|
|
||||||
{ target-os windows }
|
|
||||||
{ target-cpu x86.32 }
|
|
||||||
} [ mason-child-make-cmd ] with-variables
|
|
||||||
] unit-test
|
|
||||||
|
|
||||||
{ { "make" "macosx-x86-32" } } [
|
{ { "make" "macosx-x86-32" } } [
|
||||||
H{
|
H{
|
||||||
{ target-os macosx }
|
{ target-os macosx }
|
||||||
|
@ -18,6 +11,13 @@ IN: mason.child.tests
|
||||||
|
|
||||||
! Must be an absolute path on Windows because launch directory
|
! Must be an absolute path on Windows because launch directory
|
||||||
! is relative to parent directory (instead of current 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 } [
|
{ t } [
|
||||||
H{
|
H{
|
||||||
{ target-os windows }
|
{ target-os windows }
|
||||||
|
|
Loading…
Reference in New Issue