summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan Kronquist <iankronquist@gmail.com>2016-04-03 16:23:23 -0700
committersilverwind <me@silverwind.io>2016-04-29 00:45:49 +0200
commit2e845f85016f4d4b971e534f1f50f0c3416952e3 (patch)
treed502b04d11256e38c46948c999b3c94df45f0e51 /Makefile
parentded3aea449d388fad03d96f03722096a33b3743c (diff)
downloadandroid-node-v8-2e845f85016f4d4b971e534f1f50f0c3416952e3.tar.gz
android-node-v8-2e845f85016f4d4b971e534f1f50f0c3416952e3.tar.bz2
android-node-v8-2e845f85016f4d4b971e534f1f50f0c3416952e3.zip
tools: add tests for the doctool
* Test the toHTML function in html.js. Check that given valid markdown it produces the expected html. One test case will prevent regressions of #5873. * Check that when given valid markdown toJSON produces valid JSON with the expected schema. * Add doctool to the list of built in tests so it runs in CI. PR-URL: https://github.com/nodejs/node/pull/6031 Fixes: https://github.com/nodejs/node/issues/5955 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d718a54453..0931657dc5 100644
--- a/Makefile
+++ b/Makefile
@@ -115,7 +115,7 @@ v8:
$(MAKE) -C deps/v8 $(V8_ARCH) $(V8_BUILD_OPTIONS)
test: | cctest # Depends on 'all'.
- $(PYTHON) tools/test.py --mode=release message parallel sequential -J
+ $(PYTHON) tools/test.py --mode=release doctool message parallel sequential -J
$(MAKE) jslint
$(MAKE) cpplint
@@ -173,7 +173,7 @@ test-all-valgrind: test-build
test-ci: | build-addons
$(PYTHON) tools/test.py $(PARALLEL_ARGS) -p tap --logfile test.tap \
--mode=release --flaky-tests=$(FLAKY_TESTS) \
- $(TEST_CI_ARGS) addons message parallel sequential
+ $(TEST_CI_ARGS) addons doctool message parallel sequential
test-release: test-build
$(PYTHON) tools/test.py --mode=release