Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Turn off trailing whitespace test for 'make test'
Make all tests available under 'make xtest'
  • Loading branch information
coke committed Jul 22, 2016
1 parent ebab3c9 commit 4aee722
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Expand Up @@ -9,7 +9,12 @@ html-nohighlight:
sparse:
perl6 htmlify.p6 --no-highlight --sparse=10

# Common tests that are run by travis with every commit
test:
prove --exec perl6 t/00-load.t t/pod-htmlify.t t/tabs.t t/typegraph.t t/pod-convenience.t t/pod6.t

# Extended tests
xtest:
prove --exec perl6 -r t

help:
Expand Down

0 comments on commit 4aee722

Please sign in to comment.