summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaul Joseph Davis <davisp@apache.org>2009-06-24 05:51:41 +0000
committerPaul Joseph Davis <davisp@apache.org>2009-06-24 05:51:41 +0000
commit8a198316eb603850342f8a97bad56e6eaccd1e2f (patch)
treef0da1482557cfc17fff6bcf57c6cca796bde13ad /Makefile.am
parente05e90e517a4ee6c5a710bf6b289a956b1363cd9 (diff)
Lots of tests for couch_config.erl
Refactored couch_config.erl to resolve COUCHDB-384 Tweaked the main Makefile.am to make the cover and check targets depend on the dev target instead of the all target. Added the executable property to all test files to make them easily runnable as standalone tests (as in not via prove). git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@787914 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index bb4b4d24..2ba55310 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,10 +36,10 @@ README.gz: $(top_srcdir)/README
THANKS.gz: $(top_srcdir)/THANKS
-gzip -9 < $< > $@
-check: all
+check: dev
prove test/etap/*.t
-cover: all
+cover: dev
rm -f cover/*.coverdata
COVER=1 COVER_BIN=./src/couchdb/ prove test/etap/*.t
SRC=./src/couchdb/ \