Skip to content

Commit 42084c3

Browse files
committed
Move all extended tests to xt/,
leave "standard" tests in t/ Track with Makefile changes. Allows tools to run everything in t/ without worrying which are standard and which are extra. Closes #831
1 parent cbc422e commit 42084c3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ bigpage:
1717

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

2222
# Extended tests
2323
xtest:
24-
prove --exec perl6 -r t
24+
prove --exec perl6 -r t xt
2525

2626
# Content tests
2727
ctest:
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)