ya.make 526 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. # this test in not linked into build tree with ReCURSE and is built by unittest/library
  2. UNITTEST()
  3. SET(PIRETESTSDIR contrib/libs/pire/ut)
  4. CFLAGS(-DPIRE_NO_CONFIG)
  5. PEERDIR(
  6. library/cpp/regex/pire
  7. )
  8. SRCDIR(
  9. ${PIRETESTSDIR}
  10. )
  11. ADDINCL(
  12. contrib/libs/pire/pire
  13. contrib/libs/pire/ut
  14. )
  15. SRCS(
  16. pire_ut.cpp
  17. capture_ut.cpp
  18. count_ut.cpp
  19. glyph_ut.cpp
  20. easy_ut.cpp
  21. read_unicode_ut.cpp
  22. regexp_ut.cpp
  23. approx_matching_ut.cpp
  24. )
  25. SIZE(MEDIUM)
  26. TIMEOUT(600)
  27. PIRE_INLINE(inline_ut.cpp)
  28. END()