fix mungedocs unit tests

This commit is contained in:
Mike Danese
2016-12-20 16:30:48 -08:00
parent 161c391f44
commit eb8be5a093
3 changed files with 18 additions and 4 deletions

8
docs/BUILD Normal file
View File

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