File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -259,6 +259,11 @@ test-npm-publish: $(NODE_EXE)
259
259
test-addons : test-build
260
260
$(PYTHON ) tools/test.py --mode=release addons
261
261
262
+ test-addons-clean :
263
+ $(RM ) -rf test/addons/?? _* /
264
+ $(RM ) -rf test/addons/* /build
265
+ $(RM ) test/addons/.buildstamp test/addons/.docbuildstamp
266
+
262
267
test-timers :
263
268
$(MAKE ) --directory=tools faketime
264
269
$(PYTHON ) tools/test.py --mode=release timers
@@ -766,9 +771,11 @@ endif
766
771
767
772
.PHONY : lint cpplint jslint bench clean docopen docclean doc dist distclean \
768
773
check uninstall install install-includes install-bin all staticlib \
769
- dynamiclib test test-all test-addons build-addons website-upload pkg \
770
- blog blogclean tar binary release-only bench-http-simple bench-idle \
771
- bench-all bench bench-misc bench-array bench-buffer bench-net \
772
- bench-http bench-fs bench-tls cctest run-ci test-v8 test-v8-intl \
773
- test-v8-benchmarks test-v8-all v8 lint-ci bench-ci jslint-ci doc-only \
774
- $(TARBALL ) -headers test-ci test-ci-native test-ci-js build-ci
774
+ dynamiclib test test-all test-addons test-addons-clean build-addons \
775
+ website-upload pkg blog blogclean tar binary release-only \
776
+ bench-http-simple bench-idle bench-all bench bench-misc bench-array \
777
+ bench-buffer bench-net bench-http bench-fs bench-tls cctest run-ci \
778
+ test-v8 test-v8-intl test-v8-benchmarks test-v8-all v8 lint-ci \
779
+ bench-ci jslint-ci doc-only $(TARBALL)-headers test-ci test-ci-native \
780
+ test-ci-js build-ci
781
+
You can’t perform that action at this time.
0 commit comments