factor/basis/tools/deploy/test/5/deploy.factor

16 lines
365 B
Factor
Raw Normal View History

2008-06-25 21:47:07 -04:00
USING: tools.deploy.config ;
H{
{ deploy-io 3 }
{ deploy-ui? f }
{ deploy-threads? t }
2008-08-31 20:17:04 -04:00
{ deploy-c-types? f }
{ deploy-name "tools.deploy.test.5" }
2008-06-25 21:47:07 -04:00
{ deploy-compiler? t }
{ deploy-word-props? f }
2008-08-31 20:17:04 -04:00
{ deploy-reflection 2 }
{ deploy-word-defs? f }
{ "stop-after-last-window?" t }
{ deploy-random? f }
{ deploy-math? t }
2008-06-25 21:47:07 -04:00
}