Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2017-03-27 08:55:19 +0300
committerJoyee Cheung <joyeec9h3@gmail.com>2017-04-11 06:27:22 +0300
commitbaa2602539736fac41ad67303440587fb11c5cdc (patch)
tree521f0733816c95f200252a0e65905f7202c1617c /Makefile
parentc694633328bee261345dd29e7f2a014136c69015 (diff)
build: add test-gc-clean and test-gc PHONY rules
PR-URL: https://github.com/nodejs/node/pull/12059 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6ad9719719c..cfbe9424d09 100644
--- a/Makefile
+++ b/Makefile
@@ -309,6 +309,9 @@ clear-stalled:
test-gc: all test/gc/build/Release/binding.node
$(PYTHON) tools/test.py --mode=release gc
+test-gc-clean:
+ $(RM) -r test/gc/build
+
test-build: | all build-addons build-addons-napi
test-build-addons-napi: all build-addons-napi
@@ -963,6 +966,8 @@ endif
test-ci \
test-ci-js \
test-ci-native \
+ test-gc \
+ test-gc-clean \
test-v8 \
test-v8-all \
test-v8-benchmarks \