summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2018-08-13 08:47:45 +0200
committerDaniel Bevenius <daniel.bevenius@gmail.com>2018-08-20 13:20:24 +0200
commit95b0e2c1331415e18d171d60d843a2c1328ffbe3 (patch)
tree7673adc2fdb32e070e99862d206a31cf394d94ed /Makefile
parent439b75b9c07405457798c1d6acb7dc144f46ea32 (diff)
downloadandroid-node-v8-95b0e2c1331415e18d171d60d843a2c1328ffbe3.tar.gz
android-node-v8-95b0e2c1331415e18d171d60d843a2c1328ffbe3.tar.bz2
android-node-v8-95b0e2c1331415e18d171d60d843a2c1328ffbe3.zip
build: add test-doc to test target
This commit adds the test-doc target to the test recipe so that docs are built and linters run. This used to happen but was removed at some point. PR-URL: https://github.com/nodejs/node/pull/22294 Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1dc316feb7..4d6aa0e50f 100644
--- a/Makefile
+++ b/Makefile
@@ -268,6 +268,7 @@ jstest: build-addons build-addons-napi ## Runs addon tests and JS tests
test: all ## Runs default tests, linters, and builds docs.
@echo "Build the addons before running the tests so the test results"
@echo "can be displayed together"
+ $(MAKE) -s test-doc
$(MAKE) -s build-addons
$(MAKE) -s build-addons-napi
$(MAKE) -s cctest