ya.make 157 B

12345678910111213
  1. UNITTEST()
  2. PEERDIR(
  3. library/cpp/testing/unittest
  4. library/cpp/scheme
  5. library/cpp/scheme/tests/fuzz_ops/lib
  6. )
  7. SRCS(
  8. vm_parse_ut.cpp
  9. )
  10. END()