summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTrevor Norris <trev.norris@gmail.com>2017-04-05 04:04:24 -0600
committerAnna Henningsen <anna@addaleax.net>2017-05-10 22:22:40 +0200
commitc68ebe8436796ff73563342ae41386cfb31f2821 (patch)
tree29915ae7151a0ed43c3171c464f11e3c33b561a2 /Makefile
parente3e56f1d71fd496c8a25d6b4b50e51d4a682d184 (diff)
downloadandroid-node-v8-c68ebe8436796ff73563342ae41386cfb31f2821.tar.gz
android-node-v8-c68ebe8436796ff73563342ae41386cfb31f2821.tar.bz2
android-node-v8-c68ebe8436796ff73563342ae41386cfb31f2821.zip
makefile: add async-hooks to test and test-ci
PR-URL: https://github.com/nodejs/node/pull/12892 Ref: https://github.com/nodejs/node/pull/11883 Ref: https://github.com/nodejs/node/pull/8531 Reviewed-By: Andreas Madsen <amwebdk@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 78c288930d..9034037049 100644
--- a/Makefile
+++ b/Makefile
@@ -196,7 +196,8 @@ test: all
$(MAKE) build-addons-napi
$(MAKE) cctest
$(PYTHON) tools/test.py --mode=release -J \
- doctool inspector known_issues message pseudo-tty parallel sequential $(CI_NATIVE_SUITES)
+ doctool inspector known_issues message pseudo-tty parallel sequential \
+ async-hooks $(CI_NATIVE_SUITES)
$(MAKE) lint
test-parallel: all
@@ -326,7 +327,7 @@ test-all-valgrind: test-build
$(PYTHON) tools/test.py --mode=debug,release --valgrind
CI_NATIVE_SUITES := addons addons-napi
-CI_JS_SUITES := doctool inspector known_issues message parallel pseudo-tty sequential
+CI_JS_SUITES := doctool inspector known_issues message parallel pseudo-tty sequential async-hooks
# Build and test addons without building anything else
test-ci-native: LOGLEVEL := info
@@ -418,6 +419,9 @@ test-timers:
test-timers-clean:
$(MAKE) --directory=tools clean
+test-async-hooks:
+ $(PYTHON) tools/test.py --mode=release async-hooks
+
ifneq ("","$(wildcard deps/v8/tools/run-tests.py)")
test-v8: v8