From 3061fe117d1ffdce54c6892a1134161b08d6b6c7 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sun, 16 Nov 2008 11:49:20 -0600 Subject: [PATCH] Generate help before running tests --- extra/mason/test/test.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/mason/test/test.factor b/extra/mason/test/test.factor index 8f35b08dea..cc83c9db44 100644 --- a/extra/mason/test/test.factor +++ b/extra/mason/test/test.factor @@ -30,10 +30,10 @@ IN: mason.test ".." [ bootstrap-time get boot-time-file to-file [ do-load ] benchmark load-time-file to-file + [ generate-help ] benchmark html-help-time-file to-file [ do-tests ] benchmark test-time-file to-file [ do-help-lint ] benchmark help-lint-time-file to-file [ do-benchmarks ] benchmark benchmark-time-file to-file - [ generate-help ] benchmark html-help-time-file to-file ] with-directory ; MAIN: do-all \ No newline at end of file