2008-09-16 00:20:33 -04:00
|
|
|
IN: mason.child.tests
|
|
|
|
USING: mason.child mason.config tools.test namespaces ;
|
|
|
|
|
2008-11-17 21:28:52 -05:00
|
|
|
[ { "make" "winnt-x86-32" } ] [
|
2008-09-16 00:20:33 -04:00
|
|
|
[
|
|
|
|
"winnt" target-os set
|
|
|
|
"x86.32" target-cpu set
|
|
|
|
make-cmd
|
|
|
|
] with-scope
|
|
|
|
] unit-test
|
|
|
|
|
2008-11-17 21:28:52 -05:00
|
|
|
[ { "make" "macosx-x86-32" } ] [
|
2008-09-16 00:20:33 -04:00
|
|
|
[
|
|
|
|
"macosx" target-os set
|
|
|
|
"x86.32" target-cpu set
|
|
|
|
make-cmd
|
|
|
|
] with-scope
|
|
|
|
] unit-test
|
|
|
|
|
2008-11-17 21:28:52 -05:00
|
|
|
[ { "gmake" "netbsd-ppc" } ] [
|
2008-09-16 00:20:33 -04:00
|
|
|
[
|
|
|
|
"netbsd" target-os set
|
|
|
|
"ppc" target-cpu set
|
|
|
|
make-cmd
|
|
|
|
] with-scope
|
|
|
|
] unit-test
|
|
|
|
|
|
|
|
[ { "./factor" "-i=boot.macosx-ppc.image" "-no-user-init" } ] [
|
|
|
|
[
|
|
|
|
"macosx" target-os set
|
|
|
|
"ppc" target-cpu set
|
|
|
|
boot-cmd
|
|
|
|
] with-scope
|
|
|
|
] unit-test
|