fix tests by declaring testdata

This commit is contained in:
Mike Danese
2016-10-19 15:27:10 -07:00
parent 3b6a067afc
commit df713b478c
22 changed files with 123 additions and 9 deletions

8
api/openapi-spec/BUILD Normal file
View File

@@ -0,0 +1,8 @@
package(default_visibility = ["//visibility:public"])
filegroup(
name = "swagger-spec",
srcs = glob([
"**/*.json",
]),
)

8
api/swagger-spec/BUILD Normal file
View File

@@ -0,0 +1,8 @@
package(default_visibility = ["//visibility:public"])
filegroup(
name = "swagger-spec",
srcs = glob([
"**/*.json",
]),
)