BUILD 528 B

1234567891011121314151617
  1. # Part of the Carbon Language project, under the Apache License v2.0 with LLVM
  2. # Exceptions. See /LICENSE for license information.
  3. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. load("//testing/lit_test:rules.bzl", "glob_lit_tests")
  5. glob_lit_tests(
  6. name = "all_lit_tests",
  7. data = [
  8. "//testing/lit_test:merge_output",
  9. "//toolchain/driver:carbon",
  10. "@llvm-project//llvm:FileCheck",
  11. "@llvm-project//llvm:not",
  12. ],
  13. driver = "lit.cfg.py",
  14. test_file_exts = ["carbon"],
  15. )