]> gitweb.factorcode.org Git - factor.git/commitdiff
Tweak deploy descriptor to speed up tools.deploy test
authorU-SLAVA-DFB8FF805\Slava <Slava@slava-dfb8ff805.(none)>
Mon, 6 Oct 2008 03:00:35 +0000 (22:00 -0500)
committerU-SLAVA-DFB8FF805\Slava <Slava@slava-dfb8ff805.(none)>
Mon, 6 Oct 2008 03:00:35 +0000 (22:00 -0500)
basis/tools/deploy/test/6/deploy.factor

index 410bb770be11916cf88ff541e69142daefc4bf6b..e7d3764d39c082d5e5d81df0571d94e2cb5020ae 100644 (file)
@@ -1,15 +1,15 @@
 USING: tools.deploy.config ;
 H{
-    { deploy-threads? f }
-    { deploy-ui? f }
+    { deploy-reflection 1 }
+    { deploy-word-props? f }
     { deploy-io 1 }
-    { deploy-c-types? f }
     { deploy-name "tools.deploy.test.6" }
+    { deploy-math? t }
+    { deploy-random? f }
     { deploy-compiler? t }
-    { deploy-reflection 1 }
-    { deploy-word-props? f }
+    { deploy-ui? f }
+    { deploy-c-types? f }
     { deploy-word-defs? f }
     { "stop-after-last-window?" t }
-    { deploy-random? f }
-    { deploy-math? f }
+    { deploy-threads? f }
 }