ya.make 307 B

12345678910111213141516171819202122232425
  1. GO_LIBRARY()
  2. LICENSE(Apache-2.0)
  3. GO_SKIP_TESTS(
  4. Test
  5. Provider_NoUpdate
  6. Provider_UpdateFailure_ThenSuccess
  7. Provider_UpdateSuccess
  8. Provider_UpdateSuccessWithSymlink
  9. )
  10. SRCS(
  11. builder.go
  12. watcher.go
  13. )
  14. GO_TEST_SRCS(
  15. builder_test.go
  16. watcher_test.go
  17. )
  18. END()
  19. RECURSE(gotest)