diff options
Diffstat (limited to 'Makefile.win')
-rw-r--r-- | Makefile.win | 1 |
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) |