diff options
author | aozeritsky <aozeritsky@ydb.tech> | 2023-08-21 17:15:26 +0300 |
---|---|---|
committer | aozeritsky <aozeritsky@ydb.tech> | 2023-08-21 17:30:24 +0300 |
commit | 6128c83f475b712a95f262e363dd2d3681500a0e (patch) | |
tree | fb52e4fa7d0dccb6bc4e6ced2707e11bfaf2e4b3 /library/cpp/testing/gtest | |
parent | eac8ca1f552726198b4d7a21fcdecf8954339262 (diff) | |
download | ydb-6128c83f475b712a95f262e363dd2d3681500a0e.tar.gz |
Add yt into autobuild
Diffstat (limited to 'library/cpp/testing/gtest')
-rw-r--r-- | library/cpp/testing/gtest/friend.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/library/cpp/testing/gtest/friend.h b/library/cpp/testing/gtest/friend.h new file mode 100644 index 00000000000..551a218be08 --- /dev/null +++ b/library/cpp/testing/gtest/friend.h @@ -0,0 +1,5 @@ +#pragma once + +// Using absolute path to gtest headers in order to allow using friend.h without PEERDIRing gtest. +#include <contrib/restricted/googletest/googletest/include/gtest/gtest_prod.h> + |