builder.test: fix bug

db4
Eduardo Cavazos 2008-03-14 01:26:39 -06:00
parent 628e213a20
commit 5c783e4f6f
1 changed files with 7 additions and 1 deletions

8
extra/builder/test/test.factor Executable file → Normal file
View File

@ -16,8 +16,14 @@ IN: builder.test
: do-load ( -- )
try-everything keys "../load-everything-vocabs" utf8 [ . ] with-file-writer ;
! : do-tests ( -- )
! run-all-tests keys "../test-all-vocabs" utf8 [ . ] with-file-writer ;
: do-tests ( -- )
run-all-tests keys "../test-all-vocabs" utf8 [ . ] with-file-writer ;
run-all-tests
[ keys "../test-all-vocabs" utf8 [ . ] with-file-writer ]
[ "../test-failures" utf8 [ test-failures. ] with-file-writer ]
bi ;
! : do-tests ( -- )
! run-all-tests