zealot.factor: Disable long unit tests.

modern-harvey2
Doug Coleman 2017-09-16 09:58:59 -05:00
parent 953ddc566f
commit 00c4069640
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ M: windows factor-path "./factor.com" ;
: with-child-options ( quot -- )
f parser-quiet? set-global
f restartable-tests? set-global
f long-unit-tests-enabled? set-global
call ; inline
: zealot-load-and-save ( vocabs path -- )