diff options
author | Paul Joseph Davis <davisp@apache.org> | 2009-05-30 20:07:03 +0000 |
---|---|---|
committer | Paul Joseph Davis <davisp@apache.org> | 2009-05-30 20:07:03 +0000 |
commit | 2b4436982461eda62e2e4ee2910663ce2a44c146 (patch) | |
tree | 75ef682cce920cd65a5e705b59a8b5c79495d249 | |
parent | c04b51fb633e27e4b0c294718dae3ac179f6f671 (diff) |
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
-rw-r--r-- | Makefile.am | 2 |
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;" |