@@ -351,10 +351,6 @@ test-cov: all
351351 $(MAKE ) cctest
352352 CI_SKIP_TESTS=$(COV_SKIP_TESTS ) $(MAKE ) jstest
353353
354- .PHONY : test-parallel
355- test-parallel : all
356- $(PYTHON ) tools/test.py $(PARALLEL_ARGS ) --mode=$(BUILDTYPE_LOWER ) parallel
357-
358354.PHONY : test-valgrind
359355test-valgrind : all
360356 $(PYTHON ) tools/test.py $(PARALLEL_ARGS ) --mode=$(BUILDTYPE_LOWER ) --valgrind sequential parallel message
@@ -583,16 +579,10 @@ run-ci: build-ci
583579 $(MAKE ) test-ci -j1
584580
585581.PHONY : test-release
586- test-release : test-build
587- $(PYTHON ) tools/test.py $(PARALLEL_ARGS ) --mode=$(BUILDTYPE_LOWER )
588-
589582.PHONY : test-debug
590- test-debug : test-build
591- $(PYTHON ) tools/test.py $(PARALLEL_ARGS ) --mode=debug
592-
593- .PHONY : test-message
594- test-message : test-build
595- $(PYTHON ) tools/test.py $(PARALLEL_ARGS ) message
583+ test-debug : BUILDTYPE_LOWER=debug
584+ test-release test-debug : test-build
585+ $(PYTHON ) tools/test.py $(PARALLEL_ARGS ) --mode=$(BUILDTYPE_LOWER )
596586
597587.PHONY : test-wpt
598588test-wpt : all
@@ -604,22 +594,10 @@ test-wpt-report:
604594 mkdir -p out/wpt
605595 WPT_REPORT=1 $(PYTHON ) tools/test.py --shell $(NODE ) $(PARALLEL_ARGS ) wpt
606596
607- .PHONY : test-simple
608- test-simple : | cctest # Depends on 'all'.
609- $(PYTHON ) tools/test.py $(PARALLEL_ARGS ) parallel sequential
610-
611- .PHONY : test-pummel
612- test-pummel : all
613- $(PYTHON ) tools/test.py $(PARALLEL_ARGS ) pummel
614-
615597.PHONY : test-internet
616598test-internet : all
617599 $(PYTHON ) tools/test.py $(PARALLEL_ARGS ) internet
618600
619- .PHONY : test-benchmark
620- test-benchmark : | bench-addons-build
621- $(PYTHON ) tools/test.py $(PARALLEL_ARGS ) benchmark
622-
623601.PHONY : test-tick-processor
624602test-tick-processor : all
625603 $(PYTHON ) tools/test.py $(PARALLEL_ARGS ) tick-processor
@@ -687,10 +665,6 @@ test-addons-clean:
687665 $(MAKE ) test-js-native-api-clean
688666 $(MAKE ) test-node-api-clean
689667
690- .PHONY : test-async-hooks
691- test-async-hooks :
692- $(PYTHON ) tools/test.py $(PARALLEL_ARGS ) --mode=$(BUILDTYPE_LOWER ) async-hooks
693-
694668.PHONY : test-with-async-hooks
695669test-with-async-hooks :
696670 $(MAKE ) build-addons
0 commit comments