Merge branch 'master' of git://factorcode.org/git/factor

db4
Slava Pestov 2008-03-14 02:25:14 -05:00
commit 4df9c27ed1
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