tools: add tap output to cpplint
authorJohan Bergström <bugs@bergstroem.nu>
Tue, 20 Oct 2015 10:24:53 +0000 (21:24 +1100)
committerMyles Borins <mborins@us.ibm.com>
Tue, 19 Jan 2016 19:52:11 +0000 (11:52 -0800)
commitf413fae0cde6cd4c8efaa04ee1889341e7140b3d
tree282c5032d9f2901ba8c2cce459731bac01112d25
parent2d5380ea254ae816d1d6957c81720bf1a0c409fc
tools: add tap output to cpplint

Implement a crude TAP13 writer for cpplint. Does its job and
not much else. Only supports writing TAP output to file,
not vs7 or emacs formats.

PR-URL: https://github.com/nodejs/node/pull/3448
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
tools/cpplint.py