]> gitweb.factorcode.org Git - factor.git/blob - basis/tools/deploy/test/8/deploy.factor
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / basis / tools / deploy / test / 8 / deploy.factor
1 USING: tools.deploy.config ;
2 H{
3     { deploy-name "tools.deploy.test.8" }
4     { deploy-c-types? f }
5     { deploy-word-props? f }
6     { deploy-ui? f }
7     { deploy-reflection 1 }
8     { deploy-compiler? f }
9     { deploy-unicode? f }
10     { deploy-io 1 }
11     { deploy-word-defs? f }
12     { deploy-threads? f }
13     { "stop-after-last-window?" t }
14     { deploy-math? f }
15 }