Skip to content

Commit 1366219

Browse files
committed
Add make ctest for testing just content (tabs/traling ws)
This makes it easier to test for just the content warts, without having to install prereqs like ::ToBigPage
1 parent 0ffd2a1 commit 1366219

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ test:
2020
xtest:
2121
prove --exec perl6 -r t
2222

23+
# Content tests
24+
ctest:
25+
prove --exec perl6 -r t/tabs.t t/trailing_whitespace.t
26+
2327
help:
2428
@echo "Usage: make [html|html-nohighlight|test]"
2529
@echo ""

0 commit comments

Comments
 (0)