summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Branca <chewbranca@apache.org>2014-08-29 12:33:49 -0700
committerRussell Branca <chewbranca@apache.org>2014-08-29 13:35:00 -0700
commit3b2c3f52e9df903469ca0d7610b3e12d43108b70 (patch)
treec70546fa08be495dce98e869064fadc5a2fd418e
parent0955cc946d064772aa4c0148bd28519c01dd0631 (diff)
downloadcouchdb-3b2c3f52e9df903469ca0d7610b3e12d43108b70.tar.gz
Set the BUILDDIR environment variable for use in eunit tests
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8a32d4e22..042af9909 100644
--- a/Makefile
+++ b/Makefile
@@ -57,6 +57,7 @@ install.mk:
docker:
@docker build --no-cache --rm -t couchdb/dev-cluster .
+eunit: export BUILDDIR = $(shell pwd)
eunit:
@rebar setup_eunit
@rebar eunit skip_deps=meck,mochiweb,lager