Add missing bzl_library for analysis_test.bzl (#262)

This commit is contained in:
Jonathan B Coe 2020-08-10 19:35:04 +01:00 committed by GitHub
parent d62d6f52d5
commit 16de038c48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@ licenses(["notice"])
package(default_visibility = ["//visibility:public"])
bzl_library(
name = "analysis_test",
srcs = ["analysis_test.bzl"],
)
bzl_library(
name = "build_test",
srcs = ["build_test.bzl"],