Skip to content

Commit 5896fe5

Browse files
rvaggFishrock123
authored andcommitted
test: adjust Makefile/test-ci, add to vcbuild.bat
PR-URL: #1530 PORT-PR-URL: #1560 PORT-FROM: v2.x / 5472139 Reviewed-By: Johan Bergström <[email protected]>
1 parent 71274b0 commit 5896fe5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,9 @@ test-all-valgrind: test-build
112112
$(PYTHON) tools/test.py --mode=debug,release --valgrind
113113

114114
test-ci:
115-
$(PYTHON) tools/test.py -p tap --logfile test.tap -J parallel sequential message
115+
$(PYTHON) tools/test.py -p tap --logfile test.tap --mode=release -J message parallel sequential
116+
$(MAKE) jslint
117+
$(MAKE) cpplint
116118

117119
test-release: test-build
118120
$(PYTHON) tools/test.py --mode=release

vcbuild.bat

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ if /i "%1"=="noetw" set noetw=1&goto arg-ok
5252
if /i "%1"=="noperfctr" set noperfctr=1&goto arg-ok
5353
if /i "%1"=="licensertf" set licensertf=1&goto arg-ok
5454
if /i "%1"=="test" set test_args=%test_args% sequential parallel message -J&set jslint=1&goto arg-ok
55+
if /i "%1"=="test-ci" set test_args=%test_args% -p tap --logfile test.tap -J message sequential parallel&set jslint=1&goto arg-ok
5556
if /i "%1"=="test-simple" set test_args=%test_args% sequential parallel -J&goto arg-ok
5657
if /i "%1"=="test-message" set test_args=%test_args% message&goto arg-ok
5758
if /i "%1"=="test-gc" set test_args=%test_args% gc&set buildnodeweak=1&goto arg-ok

0 commit comments

Comments
 (0)