From 2b4436982461eda62e2e4ee2910663ce2a44c146 Mon Sep 17 00:00:00 2001 From: Paul Joseph Davis Date: Sat, 30 May 2009 20:07:03 +0000 Subject: Fix the make check command to run tests in test/etap/ git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@780318 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;" -- cgit v1.2.3