]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix deploy tests for AMD64
authorSlava Pestov <slava@factorcode.org>
Sun, 30 Mar 2008 05:13:53 +0000 (00:13 -0500)
committerSlava Pestov <slava@factorcode.org>
Sun, 30 Mar 2008 05:13:53 +0000 (00:13 -0500)
extra/tools/deploy/deploy-tests.factor

index 5030763a3d5943357962c95813a4913f484f2961..f104fb0210310e3b79bb6ac625f7e51ffa55123d 100755 (executable)
@@ -1,7 +1,7 @@
 IN: tools.deploy.tests\r
 USING: tools.test system io.files kernel tools.deploy.config\r
 tools.deploy.backend math sequences io.launcher arrays\r
-namespaces continuations ;\r
+namespaces continuations layouts ;\r
 \r
 : shake-and-bake ( vocab -- )\r
     [ "test.image" temp-file delete-file ] ignore-errors\r
@@ -17,7 +17,7 @@ namespaces continuations ;
 [ ] [ "hello-world" shake-and-bake ] unit-test\r
 \r
 [ t ] [\r
-    500000 small-enough?\r
+    cell 8 = 8 5 ? 100000 * small-enough?\r
 ] unit-test\r
 \r
 [ ] [ "sudoku" shake-and-bake ] unit-test\r