Mercurial
view BUILD @ 281:c57149ad216e default tip
Copilot-Session: f68442b1-fa8f-46a0-9689-81710613bbd4
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Tue, 18 Aug 2026 22:18:15 -0700 |
| parents | b3b547563ec7 |
| children |
line wrap: on
line source
load("@rules_shell//shell:sh_test.bzl", "sh_test") exports_files([".env"]) filegroup( name = "env_file", srcs = [".env"], visibility = ["//visibility:public"], ) filegroup( name = "first_party_c_sources", srcs = glob( [ "**/*.c", "**/*.h", ], exclude = ["third_party/**"], ), ) sh_test( name = "arena_policy_test", srcs = ["tools/arena_policy_test.sh"], data = [":first_party_c_sources"], )