ya.make 447 B

123456789101112131415161718192021222324252627282930313233
  1. GO_LIBRARY()
  2. LICENSE(BSD-2-Clause)
  3. SRCS(
  4. benchmark.go
  5. check.go
  6. checkers.go
  7. helpers.go
  8. printer.go
  9. reporter.go
  10. run.go
  11. )
  12. GO_TEST_SRCS(export_test.go)
  13. GO_XTEST_SRCS(
  14. benchmark_test.go
  15. bootstrap_test.go
  16. check_test.go
  17. checkers_test.go
  18. fixture_test.go
  19. foundation_test.go
  20. helpers_test.go
  21. integration_test.go
  22. printer_test.go
  23. reporter_test.go
  24. run_test.go
  25. )
  26. END()
  27. RECURSE(gotest)