summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d43bbfcc..2e4790d0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,7 +37,7 @@ THANKS.gz: $(top_srcdir)/THANKS
-gzip -9 < $< > $@
check: all
- prove t/*.t
+ prove test/etap/*.t
dev: all
@echo "This command is intended for developers to use;"