summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRod Vagg <rod@vagg.org>2015-12-24 13:56:03 +1100
committerRod Vagg <rod@vagg.org>2016-01-14 22:04:05 +1100
commit3727ae0d7dc940ee3b2bc238fc80cd3605954715 (patch)
treecc407c1b245902969b0ab74674970f993e73db0b /Makefile
parent9571be12f6e6ebdd097c8a032a872bada9972d56 (diff)
downloadandroid-node-v8-3727ae0d7dc940ee3b2bc238fc80cd3605954715.tar.gz
android-node-v8-3727ae0d7dc940ee3b2bc238fc80cd3605954715.tar.bz2
android-node-v8-3727ae0d7dc940ee3b2bc238fc80cd3605954715.zip
test: use addon.md block headings as test dir names
instead of doc-* PR-URL: https://github.com/nodejs/node/pull/4412 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 02f4363ab3..c337f006fb 100644
--- a/Makefile
+++ b/Makefile
@@ -105,12 +105,12 @@ test/gc/node_modules/weak/build/Release/weakref.node: $(NODE_EXE)
# Implicitly depends on $(NODE_EXE), see the build-addons rule for rationale.
test/addons/.docbuildstamp: doc/api/addons.markdown
- $(RM) -r test/addons/doc-*/
+ $(RM) -r test/addons/??_*/
$(NODE) tools/doc/addon-verify.js
touch $@
ADDONS_BINDING_GYPS := \
- $(filter-out test/addons/doc-*/binding.gyp, \
+ $(filter-out test/addons/??_*/binding.gyp, \
$(wildcard test/addons/*/binding.gyp))
# Implicitly depends on $(NODE_EXE), see the build-addons rule for rationale.
@@ -520,7 +520,7 @@ CPPLINT_EXCLUDE += src/node_win32_perfctr_provider.cc
CPPLINT_EXCLUDE += src/queue.h
CPPLINT_EXCLUDE += src/tree.h
CPPLINT_EXCLUDE += src/v8abbr.h
-CPPLINT_EXCLUDE += $(wildcard test/addons/doc-*/*.cc test/addons/doc-*/*.h)
+CPPLINT_EXCLUDE += $(wildcard test/addons/??_*/*.cc test/addons/??_*/*.h)
CPPLINT_FILES = $(filter-out $(CPPLINT_EXCLUDE), $(wildcard \
deps/debugger-agent/include/* \