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