ya.make 405 B

12345678910111213141516171819202122232425262728293031
  1. LIBRARY()
  2. PROVIDES(test_framework)
  3. PEERDIR(
  4. library/cpp/colorizer
  5. library/cpp/dbg_output
  6. library/cpp/diff
  7. library/cpp/json
  8. library/cpp/json/writer
  9. library/cpp/testing/common
  10. library/cpp/testing/hook
  11. )
  12. SRCS(
  13. gtest.cpp
  14. checks.cpp
  15. junit.cpp
  16. plugin.cpp
  17. registar.cpp
  18. tests_data.cpp
  19. utmain.cpp
  20. )
  21. END()
  22. RECURSE_FOR_TESTS(
  23. fat
  24. pytests
  25. ut
  26. )