File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -405,13 +405,18 @@ test-npm-publish: $(NODE_EXE)
405
405
test-addons-napi : test-build-addons-napi
406
406
$(PYTHON ) tools/test.py --mode=release addons-napi
407
407
408
+ test-addons-napi-clean :
409
+ $(RM ) -r test/addons-napi/* /build
410
+ $(RM ) test/addons-napi/.buildstamp
411
+
408
412
test-addons : test-build test-addons-napi
409
413
$(PYTHON ) tools/test.py --mode=release addons
410
414
411
415
test-addons-clean :
412
- $(RM ) -rf test/addons/?? _* /
413
- $(RM ) -rf test/addons/* /build
416
+ $(RM ) -r test/addons/?? _* /
417
+ $(RM ) -r test/addons/* /build
414
418
$(RM ) test/addons/.buildstamp test/addons/.docbuildstamp
419
+ $(MAKE ) test-addons-napi-clean
415
420
416
421
test-timers :
417
422
$(MAKE ) --directory=tools faketime
@@ -977,6 +982,7 @@ endif
977
982
test-addons \
978
983
test-addons-clean \
979
984
test-addons-napi \
985
+ test-addons-napi-clean \
980
986
test-all \
981
987
test-ci \
982
988
test-ci-js \
You can’t perform that action at this time.
0 commit comments