Index: docs/tests.pod =================================================================== --- docs/tests.pod (revision 10461) +++ docs/tests.pod (working copy) @@ -33,7 +33,7 @@ smoke server. It is also possible to run a smoke test on JIT. For that, try running -C. +C. C does smoke testing for most language implementations in the languages directory. Index: config/gen/makefiles/root.in =================================================================== --- config/gen/makefiles/root.in (revision 10461) +++ config/gen/makefiles/root.in (working copy) @@ -1648,5 +1648,9 @@ $(PERL) t/harness --html $(EXTRA_TEST_ARGS) $(PARROT_ARGS) $(PERL) tools/util/smokeserv-client.pl smoke.html +smokej : all + $(PERL) t/harness --html $(EXTRA_TEST_ARGS) -j $(PARROT_ARGS) + $(PERL) tools/util/smokeserv-client.pl smoke.html + smoke-clean : $(RM_F) smoke.html