@@ -358,6 +358,11 @@ test-npm-publish: $(NODE_EXE)
358
358
test-addons : test-build
359
359
$(PYTHON ) tools/test.py --mode=release addons
360
360
361
+ test-addons-clean :
362
+ $(RM ) -rf test/addons/?? _* /
363
+ $(RM ) -rf test/addons/* /build
364
+ $(RM ) test/addons/.buildstamp test/addons/.docbuildstamp
365
+
361
366
test-timers :
362
367
$(MAKE ) --directory=tools faketime
363
368
$(PYTHON ) tools/test.py --mode=release timers
@@ -857,10 +862,11 @@ endif
857
862
858
863
.PHONY : lint cpplint jslint bench clean docopen docclean doc dist distclean \
859
864
check uninstall install install-includes install-bin all staticlib \
860
- dynamiclib test test-all test-addons build-addons website-upload pkg \
861
- blog blogclean tar binary release-only bench-http-simple bench-idle \
862
- bench-all bench bench-misc bench-array bench-buffer bench-net \
863
- bench-http bench-fs bench-tls cctest run-ci test-v8 test-v8-intl \
864
- test-v8-benchmarks test-v8-all v8 lint-ci bench-ci jslint-ci doc-only \
865
- $(TARBALL ) -headers test-ci test-ci-native test-ci-js build-ci clear-stalled \
866
- coverage-clean coverage-build coverage-test coverage list-gtests
865
+ dynamiclib test test-all test-addons test-addons-clean build-addons \
866
+ website-upload pkg blog blogclean tar binary release-only \
867
+ bench-http-simple bench-idle bench-all bench bench-misc bench-array \
868
+ bench-buffer bench-net bench-http bench-fs bench-tls cctest run-ci test-v8 \
869
+ test-v8-intl test-v8-benchmarks test-v8-all v8 lint-ci bench-ci jslint-ci \
870
+ doc-only $(TARBALL ) -headers test-ci test-ci-native test-ci-js build-ci \
871
+ clear-stalled coverage-clean coverage-build coverage-test coverage \
872
+ list-gtests
0 commit comments