Skip to content

Commit dc25e76

Browse files
committed
Update makefile to reflect tests moved from t/ to xt/
1 parent d1abcae commit dc25e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ xtest:
2525

2626
# Content tests
2727
ctest:
28-
prove --exec perl6 -r t/tabs.t t/trailing_whitespace.t
28+
prove --exec perl6 -r t/tabs.t xt/perl-nbsp.t xt/trailing-whitespace.t
2929

3030
help:
3131
@echo "Usage: make [html|html-nohighlight|test|xtest|ctest]"

0 commit comments

Comments
 (0)