bazel: mark test only libraries as such.
Change-Id: Ifec05b2fd7f5482a90bcf4a7658d53d1d2ffbcc7
This commit is contained in:
@@ -35,6 +35,7 @@ java_library(
|
|||||||
'//lib/bouncycastle:bcprov-without-neverlink',
|
'//lib/bouncycastle:bcprov-without-neverlink',
|
||||||
],
|
],
|
||||||
visibility = ['//visibility:public'],
|
visibility = ['//visibility:public'],
|
||||||
|
testonly = 1,
|
||||||
)
|
)
|
||||||
|
|
||||||
junit_tests(
|
junit_tests(
|
||||||
|
@@ -129,6 +129,7 @@ java_library(
|
|||||||
'//lib/powermock:powermock-module-junit4-common',
|
'//lib/powermock:powermock-module-junit4-common',
|
||||||
],
|
],
|
||||||
visibility = ['//visibility:public'],
|
visibility = ['//visibility:public'],
|
||||||
|
testonly = 1,
|
||||||
)
|
)
|
||||||
|
|
||||||
PROLOG_TEST_CASE = [
|
PROLOG_TEST_CASE = [
|
||||||
@@ -153,6 +154,7 @@ java_library(
|
|||||||
'//lib/guice:guice',
|
'//lib/guice:guice',
|
||||||
'//lib/prolog:runtime',
|
'//lib/prolog:runtime',
|
||||||
],
|
],
|
||||||
|
testonly = 1,
|
||||||
)
|
)
|
||||||
|
|
||||||
junit_tests(
|
junit_tests(
|
||||||
@@ -183,6 +185,7 @@ java_library(
|
|||||||
'//lib/antlr:java_runtime',
|
'//lib/antlr:java_runtime',
|
||||||
],
|
],
|
||||||
visibility = ['//visibility:public'],
|
visibility = ['//visibility:public'],
|
||||||
|
testonly = 1,
|
||||||
)
|
)
|
||||||
|
|
||||||
junit_tests(
|
junit_tests(
|
||||||
|
@@ -20,6 +20,7 @@ java_library(
|
|||||||
'//lib/jgit/org.eclipse.jgit:jgit',
|
'//lib/jgit/org.eclipse.jgit:jgit',
|
||||||
],
|
],
|
||||||
visibility = ['//visibility:public'],
|
visibility = ['//visibility:public'],
|
||||||
|
testonly = 1,
|
||||||
)
|
)
|
||||||
|
|
||||||
junit_tests(
|
junit_tests(
|
||||||
|
Reference in New Issue
Block a user