You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
262 B

2 months ago
  1. cc_test(
  2. name = "test",
  3. srcs = glob([
  4. "*.cpp",
  5. "*.h",
  6. "integrations/*.cpp",
  7. "node/*.cpp",
  8. ]),
  9. deps = [
  10. "//:yaml-cpp",
  11. "//:yaml-cpp_internal",
  12. "@com_google_googletest//:gtest_main",
  13. ],
  14. )