Skip to content
Snippets Groups Projects
user avatar
Ben Noordhuis authored
Teach gtest to produce TAP so we can integrate it better with our CI
tooling.

TAP is printed to stdout but it can also be written to file by passing
the `--gtest_output=tap:filename.tap` switch to cctest.

PR-URL: https://github.com/nodejs/node/pull/8034


Reviewed-By: default avatarJames M Snell <jasnell@gmail.com>
46af5889
Name Last commit Last update
..