Add the builtins/math area of the spec tests to the spectest target of languages/perl6/config/makefiles/root.in
Colin Kuskie
Index: languages/perl6/config/makefiles/root.in =================================================================== --- languages/perl6/config/makefiles/root.in (revision 20222) +++ languages/perl6/config/makefiles/root.in (working copy) @@ -110,7 +110,7 @@ spectest: all t/spec # XXX when tests pass, run more here. @echo "only running sanity tests..." - $(PERL) t/harness t/spec/01-sanity t/spec/operators + $(PERL) t/harness t/spec/01-sanity t/spec/operators t/spec/builtins t/spec/builtins/math t/spec: $(PERL) t/fetchspec