123456789101112131415161718192021222324252627282930313233 |
- LIBRARY()
- PROVIDES(test_framework)
- OWNER(
- pg
- galaxycrab
- )
- PEERDIR(
- library/cpp/colorizer
- library/cpp/dbg_output
- library/cpp/diff
- library/cpp/json/writer
- library/cpp/testing/common
- library/cpp/testing/hook
- )
- SRCS(
- gtest.cpp
- checks.cpp
- plugin.cpp
- registar.cpp
- tests_data.cpp
- utmain.cpp
- )
- END()
- RECURSE_FOR_TESTS(
- fat
- ut
- )
|