summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPatrick Housley <patrick.f.housley@gmail.com>2019-10-18 18:01:59 -0500
committerRich Trott <rtrott@gmail.com>2019-11-05 19:36:28 -0800
commit85dd9e8333f227dcdcbe86ae45f239a2b5cef030 (patch)
treecf7e3089f6d0940f95a4f8c496e1d1232cf146aa /Makefile
parent3b124e0a7342ebbeb09a922586f8291d88cadc0e (diff)
downloadandroid-node-v8-85dd9e8333f227dcdcbe86ae45f239a2b5cef030.tar.gz
android-node-v8-85dd9e8333f227dcdcbe86ae45f239a2b5cef030.tar.bz2
android-node-v8-85dd9e8333f227dcdcbe86ae45f239a2b5cef030.zip
test: test configure ninja
- Updated the tooltest target to run unittest module - Renamed test/tools/test-js2c.py to be discoverable by unittest module - Added test class for `configure` shell script - Added a test to ensure `configure` script exits with status code zero when passed the `--ninja` flag Closes: https://github.com/nodejs/node/issues/29415 PR-URL: https://github.com/nodejs/node/pull/30033 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Christian Clauss <cclauss@me.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8d4e6bbe64..d46b4a0c18 100644
--- a/Makefile
+++ b/Makefile
@@ -300,7 +300,7 @@ jstest: build-addons build-js-native-api-tests build-node-api-tests ## Runs addo
.PHONY: tooltest
tooltest:
- @$(PYTHON) test/tools/test-js2c.py
+ @$(PYTHON) -m unittest discover -s ./test/tools
.PHONY: coverage-run-js
coverage-run-js: