ya.make 158 B

1234567891011121314
  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()