We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c694633 commit baa2602Copy full SHA for baa2602
Makefile
@@ -309,6 +309,9 @@ clear-stalled:
309
test-gc: all test/gc/build/Release/binding.node
310
$(PYTHON) tools/test.py --mode=release gc
311
312
+test-gc-clean:
313
+ $(RM) -r test/gc/build
314
+
315
test-build: | all build-addons build-addons-napi
316
317
test-build-addons-napi: all build-addons-napi
@@ -963,6 +966,8 @@ endif
963
966
test-ci \
964
967
test-ci-js \
965
968
test-ci-native \
969
+ test-gc \
970
+ test-gc-clean \
971
test-v8 \
972
test-v8-all \
973
test-v8-benchmarks \
0 commit comments