Skip to content

Commit baa2602

Browse files
committed
build: add test-gc-clean and test-gc PHONY rules
PR-URL: #12059 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent c694633 commit baa2602

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,9 @@ clear-stalled:
309309
test-gc: all test/gc/build/Release/binding.node
310310
$(PYTHON) tools/test.py --mode=release gc
311311

312+
test-gc-clean:
313+
$(RM) -r test/gc/build
314+
312315
test-build: | all build-addons build-addons-napi
313316

314317
test-build-addons-napi: all build-addons-napi
@@ -963,6 +966,8 @@ endif
963966
test-ci \
964967
test-ci-js \
965968
test-ci-native \
969+
test-gc \
970+
test-gc-clean \
966971
test-v8 \
967972
test-v8-all \
968973
test-v8-benchmarks \

0 commit comments

Comments
 (0)