diff --git a/basis/tools/deploy/deploy-tests.factor b/basis/tools/deploy/deploy-tests.factor index 71e83ea29c..226cf654b1 100644 --- a/basis/tools/deploy/deploy-tests.factor +++ b/basis/tools/deploy/deploy-tests.factor @@ -36,9 +36,9 @@ urls math.parser ; [ t ] [ 1200000 small-enough? ] unit-test -! [ ] [ "tetris" shake-and-bake ] unit-test -! -! [ t ] [ 1500000 small-enough? ] unit-test +[ ] [ "tetris" shake-and-bake ] unit-test + +[ t ] [ 1500000 small-enough? ] unit-test [ ] [ "bunny" shake-and-bake ] unit-test diff --git a/extra/hello-ui/deploy.factor b/extra/hello-ui/deploy.factor index 31f1181be2..b21fd77967 100755 --- a/extra/hello-ui/deploy.factor +++ b/extra/hello-ui/deploy.factor @@ -1,15 +1,15 @@ USING: tools.deploy.config ; H{ - { deploy-word-defs? f } - { deploy-random? f } - { deploy-name "Hello world" } { deploy-threads? t } - { deploy-compiler? t } { deploy-math? t } + { deploy-name "Hello world" } { deploy-c-types? f } - { deploy-io 1 } - { deploy-reflection 1 } + { deploy-word-props? f } + { deploy-io 2 } { deploy-ui? t } { "stop-after-last-window?" t } - { deploy-word-props? f } + { deploy-random? f } + { deploy-word-defs? f } + { deploy-compiler? t } + { deploy-reflection 1 } } diff --git a/extra/maze/deploy.factor b/extra/maze/deploy.factor index 0ba6f9abec..c00d32f676 100755 --- a/extra/maze/deploy.factor +++ b/extra/maze/deploy.factor @@ -1,15 +1,15 @@ USING: tools.deploy.config ; H{ - { deploy-reflection 1 } - { deploy-math? t } - { deploy-ui? t } - { deploy-name "Maze" } - { deploy-compiler? t } { deploy-threads? t } - { deploy-word-defs? f } + { deploy-math? t } + { deploy-name "Maze" } { deploy-c-types? f } - { deploy-io 1 } + { deploy-word-props? f } + { deploy-io 2 } + { deploy-ui? t } { "stop-after-last-window?" t } { deploy-random? t } - { deploy-word-props? f } + { deploy-word-defs? f } + { deploy-compiler? t } + { deploy-reflection 1 } }