ya.make 366 B

1234567891011121314151617181920212223
  1. GTEST(unittester-library-misc)
  2. INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc)
  3. SRCS(
  4. cast_ut.cpp
  5. compare_ut.cpp
  6. enum_ut.cpp
  7. guid_ut.cpp
  8. hash_ut.cpp
  9. preprocessor_ut.cpp
  10. strong_typedef_ut.cpp
  11. tag_invoke_cpo_ut.cpp
  12. tag_invoke_impl_ut.cpp
  13. typeid_sample.cpp
  14. typeid_ut.cpp
  15. )
  16. PEERDIR(
  17. library/cpp/yt/misc
  18. )
  19. END()