The source code and dockerfile for the GSW2024 AI Lab.
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

14 lines
262 B

4 weeks 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. )