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