Skip to content

Commit 9d6b726

Browse files
committed
Update make help
1 parent 1366219 commit 9d6b726

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@ ctest:
2525
prove --exec perl6 -r t/tabs.t t/trailing_whitespace.t
2626

2727
help:
28-
@echo "Usage: make [html|html-nohighlight|test]"
28+
@echo "Usage: make [html|html-nohighlight|test|xtest|ctest]"
2929
@echo ""
3030
@echo "Options:"
3131
@echo " html: generate the HTML documentation"
3232
@echo " html-nohighlight: generate HTML documentation without syntax highlighting"
3333
@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"
3436

3537
run:
3638
@echo "Starting local server…"

0 commit comments

Comments
 (0)