summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2016-11-24 14:49:05 +0100
committerBen Noordhuis <info@bnoordhuis.nl>2016-12-01 14:01:42 +0100
commit8264a2225628cbc32116f83a079f6024786988ab (patch)
tree93973b78d2960f8af758a1a81967750f225754a5 /Makefile
parent330e63c581968a793669f96af05032740078d8fa (diff)
downloadandroid-node-v8-8264a2225628cbc32116f83a079f6024786988ab.tar.gz
android-node-v8-8264a2225628cbc32116f83a079f6024786988ab.tar.bz2
android-node-v8-8264a2225628cbc32116f83a079f6024786988ab.zip
test: run cpplint on files in test/cctest
Enable cpplint for files in test/cctest. Fix up the style issues it reports. PR-URL: https://github.com/nodejs/node/pull/9787 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 24aa53b64d..975efc9686 100644
--- a/Makefile
+++ b/Makefile
@@ -715,6 +715,8 @@ CPPLINT_FILES = $(filter-out $(CPPLINT_EXCLUDE), $(wildcard \
src/*.h \
test/addons/*/*.cc \
test/addons/*/*.h \
+ test/cctest/*.cc \
+ test/cctest/*.h \
tools/icu/*.cc \
tools/icu/*.h \
))