blob: 3ddf593462883b9b2ead16d656c404606d5760d8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# Gtest support in Arcadia
Gtest wrapper that reports results exactly how Arcadia CI wants it.
How to use:
- use `GTEST` in your `ya.make`;
- include `gtest.h` from this library. Don't include `<gtest/gtest.h>` and `<gmock/gmock.h>` directly because then you'll not get our extensions, including pretty printers for util types;
- write tests and enjoy.
|