aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/gtest_protocol.md
blob: 14f3af915468c89421580f2d0a6b40fcfd7bb97d (plain)
1
2
3
4
5
6
## Test protocol for gtest

Due to the popularity of Gtest (google test) among C and C++ developers meson
now supports a special protocol for gtest. With this protocol meson injects
arguments to gtests to output JUnit, reads that JUnit, and adds the output to
the JUnit it generates.