summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.win b/Makefile.win
index 4b1b54678..874ddf411 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -102,7 +102,10 @@ else
@copy test\javascript\tests\lorem*.txt src\fauxton\dist\release\test
endif
-@rmdir /s/q dev\lib
- @python dev\run -n 1 -q --with-admin-party-please -c startup_jitter=0 python test\javascript\run $(suites)
+ @python dev\run -n 1 -q --with-admin-party-please \
+ --enable-erlang-views \
+ -c startup_jitter=0 \
+ python test\javascript\run $(suites)
.PHONY: check-qs