blob: bc6b068b94753d60c6de3629e865d2e7b21e4302 [file] [log] [blame]
Colin Cross91ee4c72019-03-27 10:51:01 -07001blueprint_go_binary {
2 name: "diff_target_files",
3 srcs: [
4 "compare.go",
5 "diff_target_files.go",
6 "glob.go",
7 "target_files.go",
Patrice Arruda09ef4dc2020-07-31 15:49:30 +00008 "allow_list.go",
Colin Cross91ee4c72019-03-27 10:51:01 -07009 "zip_artifact.go",
10 ],
11 testSrcs: [
12 "compare_test.go",
13 "glob_test.go",
Patrice Arruda09ef4dc2020-07-31 15:49:30 +000014 "allow_list_test.go",
Colin Cross91ee4c72019-03-27 10:51:01 -070015 ],
16}