File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,9 @@ test-all-http1: test-build
127
127
test-all-valgrind : test-build
128
128
$(PYTHON ) tools/test.py --mode=debug,release --valgrind
129
129
130
+ test-ci :
131
+ $(PYTHON ) tools/test.py -ptap --logfile test.tap --mode=release --arch=$(DESTCPU ) simple message internet
132
+
130
133
test-release : test-build
131
134
$(PYTHON ) tools/test.py --mode=release
132
135
@@ -418,11 +421,6 @@ bench-idle:
418
421
sleep 1
419
422
./node benchmark/idle_clients.js &
420
423
421
- test-ci :
422
- $(PYTHON ) tools/test.py -ptap --logfile test.tap --mode=release --arch=$(DESTCPU ) simple message internet
423
- $(MAKE ) jslint
424
- $(MAKE ) cpplint
425
-
426
424
jslintfix :
427
425
PYTHONPATH=tools/closure_linter/ $(PYTHON ) tools/closure_linter/closure_linter/fixjsstyle.py --strict --nojsdoc -r lib/ -r src/ --exclude_files lib/punycode.js
428
426
You can’t perform that action at this time.
0 commit comments