• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package(
2    default_applicable_licenses = ["//:license"],
3)
4
5licenses(["notice"])
6
7exports_files(
8    ["BazelBenchmarkTestRunner.cpp"],
9    visibility = ["//bench:__pkg__"],
10)
11