summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <joant@atypical.net>2018-11-19 15:20:56 -0500
committerJoan Touzet <joant@atypical.net>2018-11-19 15:20:56 -0500
commit033e1d5ea959c150744c344920c2018233653d5b (patch)
tree3604c80bc46ff316e902813941b20550e6ecab0a
parent090d17e7422c5a7fd9a777d2499f19d4c80a5e6e (diff)
downloadcouchdb-win-fix-makefile.tar.gz
Add query server to eunit, Makefile.winwin-fix-makefile
-rw-r--r--Makefile.win1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.win b/Makefile.win
index f3b92627a..e93445e59 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -127,6 +127,7 @@ check: all
# target: eunit - Run EUnit tests, use EUNIT_OPTS to provide custom options
eunit: export ERL_AFLAGS = $(shell echo "-config rel/files/eunit.config")
eunit: export BUILDDIR = $(shell echo %cd%)
+eunit: export COUCHDB_QUERY_SERVER_JAVASCRIPT = $(shell echo %cd%)/bin/couchjs $(shell echo %cd%)/share/server/main.js
eunit: couch
@$(REBAR) setup_eunit 2> nul
@$(REBAR) -r eunit $(EUNIT_OPTS)