mason.child: Up the codeheap size on Windows mason tests.
parent
ce7cad8bd3
commit
cff2fde9f9
|
@ -64,7 +64,12 @@ M: windows factor-path "./factor.com" ;
|
||||||
try-process
|
try-process
|
||||||
] with-directory ;
|
] with-directory ;
|
||||||
|
|
||||||
: mason-child-test-cmd ( -- cmd ) mason-child-vm "-run=mason.test" 2array ;
|
: mason-child-test-cmd ( -- cmd )
|
||||||
|
[
|
||||||
|
mason-child-vm ,
|
||||||
|
os windows? [ "-codeheap=200" , ] when
|
||||||
|
"-run=mason.test" ,
|
||||||
|
] { } make ;
|
||||||
|
|
||||||
: test-mason-child ( -- )
|
: test-mason-child ( -- )
|
||||||
"factor" [
|
"factor" [
|
||||||
|
|
Loading…
Reference in New Issue