AlexSm 6d3e410c45 Remove CMakeLists from main (#2032) 7 месяцев назад
..
ut bf0f13dd39 add ymake export to ydb 1 год назад
README.md 06e5c21a83 fix ya.make 2 лет назад
friend.h 6128c83f47 Add yt into autobuild 1 год назад
gtest.cpp 06e5c21a83 fix ya.make 2 лет назад
gtest.h b5b3d520c0 Intermediate changes 1 год назад
main.cpp 06e5c21a83 fix ya.make 2 лет назад
main.h 06e5c21a83 fix ya.make 2 лет назад
matchers.cpp b5b3d520c0 Intermediate changes 1 год назад
matchers.h b5b3d520c0 Intermediate changes 1 год назад
ya.make bf0f13dd39 add ymake export to ydb 1 год назад

README.md

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.