kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/cxx/tools/testdata/BUILD (about) 1 load("//tools:build_rules/testing.bzl", "shell_tool_test") 2 3 package( 4 default_visibility = ["//kythe:default_visibility"], 5 features = ["layering_check"], 6 ) 7 8 shell_tool_test( 9 name = "test_claim_tool_kzip", 10 data = [ 11 "claim_test.expected", 12 "claim_test_1.kzip_UNIT.json", 13 "claim_test_2.kzip_UNIT.json", 14 ], 15 scriptfile = "test_claim_tool_kzip.sh", 16 tools = { 17 "CLAIM_TOOL_BIN": "//kythe/cxx/tools:static_claim", 18 }, 19 ) 20 21 # TODO(#2375): (closed?) requires declarations generated in pipeline 22 # sh_test( 23 # name = "def_decl_test", 24 # srcs = ["def_decl_test.sh"], 25 # data = [ 26 # "def_decl_test.cc", 27 # "//kythe/cxx/indexer/cxx:indexer", 28 # "//kythe/go/serving/tools:kythe", 29 # "//kythe/go/serving/tools:write_tables", 30 # "//kythe/go/storage/tools/write_entries", 31 # ], 32 # tags = ["manual"], # Currently failing. 33 # )