We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1366219 commit 9d6b726Copy full SHA for 9d6b726
Makefile
@@ -25,12 +25,14 @@ ctest:
25
prove --exec perl6 -r t/tabs.t t/trailing_whitespace.t
26
27
help:
28
- @echo "Usage: make [html|html-nohighlight|test]"
+ @echo "Usage: make [html|html-nohighlight|test|xtest|ctest]"
29
@echo ""
30
@echo "Options:"
31
@echo " html: generate the HTML documentation"
32
@echo " html-nohighlight: generate HTML documentation without syntax highlighting"
33
@echo " test: run the test suite"
34
+ @echo " xtest: run the test suite, including extra tests"
35
+ @echo " ctest: run the test suite, content tests only"
36
37
run:
38
@echo "Starting local server…"
0 commit comments