Tweak deploy descriptor to speed up tools.deploy test
parent
46c3f0def1
commit
cf135e08b3
|
@ -1,15 +1,15 @@
|
||||||
USING: tools.deploy.config ;
|
USING: tools.deploy.config ;
|
||||||
H{
|
H{
|
||||||
{ deploy-threads? f }
|
|
||||||
{ deploy-ui? f }
|
|
||||||
{ deploy-io 1 }
|
|
||||||
{ deploy-c-types? f }
|
|
||||||
{ deploy-name "tools.deploy.test.6" }
|
|
||||||
{ deploy-compiler? t }
|
|
||||||
{ deploy-reflection 1 }
|
{ deploy-reflection 1 }
|
||||||
{ deploy-word-props? f }
|
{ deploy-word-props? f }
|
||||||
|
{ deploy-io 1 }
|
||||||
|
{ deploy-name "tools.deploy.test.6" }
|
||||||
|
{ deploy-math? t }
|
||||||
|
{ deploy-random? f }
|
||||||
|
{ deploy-compiler? t }
|
||||||
|
{ deploy-ui? f }
|
||||||
|
{ deploy-c-types? f }
|
||||||
{ deploy-word-defs? f }
|
{ deploy-word-defs? f }
|
||||||
{ "stop-after-last-window?" t }
|
{ "stop-after-last-window?" t }
|
||||||
{ deploy-random? f }
|
{ deploy-threads? f }
|
||||||
{ deploy-math? f }
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue