Glob all test files in javatests/com/google/gerrit/common

Change-Id: I1652634970557ed104a1867e67751ecf4b7ef501
This commit is contained in:
Dave Borowitz
2018-12-03 14:34:35 -08:00
parent 5edd00a0fe
commit 933ec0bea3

View File

@@ -2,10 +2,7 @@ load("//tools/bzl:junit.bzl", "junit_tests")
junit_tests(
name = "server_tests",
srcs = [
"AutoValueTest.java",
"VersionTest.java",
],
srcs = glob(["*.java"]),
tags = ["no_windows"],
deps = [
"//java/com/google/gerrit/common:server",