ya.make 390 B

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