BUILD 500 B

12345678910111213141516
  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. data = [
  7. "//testing/lit_test:merge_output",
  8. "//toolchain/driver:carbon",
  9. "@llvm-project//llvm:FileCheck",
  10. "@llvm-project//llvm:not",
  11. ],
  12. driver = "lit.cfg.py",
  13. test_file_exts = ["carbon"],
  14. )