aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_win.bat
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2019-08-28 21:05:34 -0500
committerCalvin Rose <calsrose@gmail.com>2019-08-28 21:05:34 -0500
commit05695a35c7b55661e4d3ccc2da4585979eaab2cb (patch)
treed1ba7cfaee16aadb7eb588e605425a6ced021bee /build_win.bat
parentRemove cook and path from default install (diff)
Fix test-install after removing cook.
Diffstat (limited to 'build_win.bat')
-rw-r--r--build_win.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/build_win.bat b/build_win.bat
index 2cb7612f..2cc7746c 100644
--- a/build_win.bat
+++ b/build_win.bat
@@ -172,6 +172,10 @@ call jpm clean
@if errorlevel 1 goto :TESTFAIL
call jpm test
@if errorlevel 1 goto :TESTFAIL
+call jpm --verbose --modpath=. install https://github.com/janet-lang/json.git
+@if errorlevel 1 goto :TESTFAIL
+call build\testexec
+@if errorlevel 1 goto :TESTFAIL
popd
exit /b 0