@@ -351,10 +351,6 @@ test-cov: all
351
351
$(MAKE ) cctest
352
352
CI_SKIP_TESTS=$(COV_SKIP_TESTS ) $(MAKE ) jstest
353
353
354
- .PHONY : test-parallel
355
- test-parallel : all
356
- $(PYTHON ) tools/test.py $(PARALLEL_ARGS ) --mode=$(BUILDTYPE_LOWER ) parallel
357
-
358
354
.PHONY : test-valgrind
359
355
test-valgrind : all
360
356
$(PYTHON ) tools/test.py $(PARALLEL_ARGS ) --mode=$(BUILDTYPE_LOWER ) --valgrind sequential parallel message
@@ -583,16 +579,10 @@ run-ci: build-ci
583
579
$(MAKE ) test-ci -j1
584
580
585
581
.PHONY : test-release
586
- test-release : test-build
587
- $(PYTHON ) tools/test.py $(PARALLEL_ARGS ) --mode=$(BUILDTYPE_LOWER )
588
-
589
582
.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 )
596
586
597
587
.PHONY : test-wpt
598
588
test-wpt : all
@@ -604,22 +594,10 @@ test-wpt-report:
604
594
mkdir -p out/wpt
605
595
WPT_REPORT=1 $(PYTHON ) tools/test.py --shell $(NODE ) $(PARALLEL_ARGS ) wpt
606
596
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
-
615
597
.PHONY : test-internet
616
598
test-internet : all
617
599
$(PYTHON ) tools/test.py $(PARALLEL_ARGS ) internet
618
600
619
- .PHONY : test-benchmark
620
- test-benchmark : | bench-addons-build
621
- $(PYTHON ) tools/test.py $(PARALLEL_ARGS ) benchmark
622
-
623
601
.PHONY : test-tick-processor
624
602
test-tick-processor : all
625
603
$(PYTHON ) tools/test.py $(PARALLEL_ARGS ) tick-processor
@@ -687,10 +665,6 @@ test-addons-clean:
687
665
$(MAKE ) test-js-native-api-clean
688
666
$(MAKE ) test-node-api-clean
689
667
690
- .PHONY : test-async-hooks
691
- test-async-hooks :
692
- $(PYTHON ) tools/test.py $(PARALLEL_ARGS ) --mode=$(BUILDTYPE_LOWER ) async-hooks
693
-
694
668
.PHONY : test-with-async-hooks
695
669
test-with-async-hooks :
696
670
$(MAKE ) build-addons
0 commit comments