From c68ebe8436796ff73563342ae41386cfb31f2821 Mon Sep 17 00:00:00 2001 From: Trevor Norris Date: Wed, 5 Apr 2017 04:04:24 -0600 Subject: [PATCH] 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 Reviewed-By: Anna Henningsen Reviewed-By: Sam Roberts Reviewed-By: Matteo Collina Reviewed-By: Refael Ackermann Reviewed-By: James M Snell Reviewed-By: Jeremiah Senkpiel --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 78c288930db6a0..9034037049b34c 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