Skip to content

Commit e6f2aa0

Browse files
committed
Merge branch 'master' of https://github.com/perl6/doc
2 parents 88b9a88 + 4aee722 commit e6f2aa0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ sparse:
1212
bigpage:
1313
pod2onepage --threads=1 -v --source-path=./doc --exclude=404.pod6,/.git,/precompiled > html/perl6.xhtml
1414

15+
# Common tests that are run by travis with every commit
1516
test:
17+
prove --exec perl6 t/00-load.t t/pod-htmlify.t t/tabs.t t/typegraph.t t/pod-convenience.t t/pod6.t
18+
19+
# Extended tests
20+
xtest:
1621
prove --exec perl6 -r t
1722

1823
help:

0 commit comments

Comments
 (0)