summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAdam Kocoloski <adam@cloudant.com>2011-02-09 11:01:54 -0500
committerAdam Kocoloski <adam@cloudant.com>2011-02-09 12:40:46 -0500
commit435aed29315cef73a9df9bf35a7fb6bbef6f9559 (patch)
treea21828ab48153d5b995d4e594c76333520d67bce /Makefile
parent62fadabc47bcbbdb2a06367b17339d46dd1d3150 (diff)
Fix and simplify environment for etap tests
BugzID: 11797
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 159b5874..4bf74e8c 100644
--- a/Makefile
+++ b/Makefile
@@ -26,10 +26,10 @@ clean:
@cd couchjs && python scons/scons.py --clean
@./rebar clean
-check:
+# compile is required here because of cross-dependencies between apps
+check: compile
@./rebar eunit
- @ERL_FLAGS="-pa `pwd`/apps/couch/ebin `pwd`/apps/couch/test/etap" \
- prove apps/couch/test/etap/*.t
+ @ERL_FLAGS="-pa `pwd`/apps/couch/ebin" prove apps/couch/test/etap/*.t
dist: compile
@rm -rf rel/bigcouch