Skip to content

Commit

Permalink
build: add test-gc-clean and test-gc PHONY rules
Browse files Browse the repository at this point in the history
  • Loading branch information
joyeecheung committed Apr 8, 2017
1 parent dac1261 commit 7a30513
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit 7a30513

Please sign in to comment.