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