alexv-smirnov bf0f13dd39 add ymake export to ydb | 1 year ago | |
---|---|---|
.. | ||
CMakeLists.darwin-x86_64.txt | 33ed6077e6 Intermediate changes | 1 year ago |
CMakeLists.linux-aarch64.txt | 2b52843982 Convert ydb/core/blobstorage/base tests to gtest | 1 year ago |
CMakeLists.linux-x86_64.txt | 33ed6077e6 Intermediate changes | 1 year ago |
CMakeLists.txt | 887be65957 External build system generator release 29 | 1 year ago |
CMakeLists.windows-x86_64.txt | 6324d075a5 Intermediate changes | 1 year ago |
README.md | 06e5c21a83 fix ya.make | 2 years ago |
main.cpp | 06e5c21a83 fix ya.make | 2 years ago |
ya.make | bf0f13dd39 add ymake export to ydb | 1 year ago |
GTEST
macroProvides main
function. This library is automatically linked into any test binary that uses GTEST
. This way, you don't have to implement main
yourself every time you write a test target.