File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,8 @@ test: all
196
196
$(MAKE ) build-addons-napi
197
197
$(MAKE ) cctest
198
198
$(PYTHON ) tools/test.py --mode=release -J \
199
- doctool inspector known_issues message pseudo-tty parallel sequential $(CI_NATIVE_SUITES )
199
+ doctool inspector known_issues message pseudo-tty parallel sequential \
200
+ async-hooks $(CI_NATIVE_SUITES )
200
201
$(MAKE ) lint
201
202
202
203
test-parallel : all
@@ -326,7 +327,7 @@ test-all-valgrind: test-build
326
327
$(PYTHON ) tools/test.py --mode=debug,release --valgrind
327
328
328
329
CI_NATIVE_SUITES := addons addons-napi
329
- CI_JS_SUITES := doctool inspector known_issues message parallel pseudo-tty sequential
330
+ CI_JS_SUITES := doctool inspector known_issues message parallel pseudo-tty sequential async-hooks
330
331
331
332
# Build and test addons without building anything else
332
333
test-ci-native : LOGLEVEL := info
@@ -418,6 +419,9 @@ test-timers:
418
419
test-timers-clean :
419
420
$(MAKE ) --directory=tools clean
420
421
422
+ test-async-hooks :
423
+ $(PYTHON ) tools/test.py --mode=release async-hooks
424
+
421
425
422
426
ifneq ("","$(wildcard deps/v8/tools/run-tests.py) ")
423
427
test-v8 : v8
You can’t perform that action at this time.
0 commit comments