factor/basis/tools/deploy/test/17/deploy.factor

15 lines
340 B
Factor

USING: tools.deploy.config ;
H{
{ deploy-name "tools.deploy.test.17" }
{ deploy-ui? f }
{ deploy-c-types? f }
{ deploy-unicode? f }
{ "stop-after-last-window?" t }
{ deploy-io 3 }
{ deploy-reflection 5 }
{ deploy-word-props? f }
{ deploy-math? t }
{ deploy-threads? t }
{ deploy-word-defs? f }
}