The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
284 B
7 lines
284 B
5 years ago
|
## 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.
|