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