Sign in
gerrit
/
gerrit.git
/
3c9423919ed7ebcb1fcd48631ee1d5811d9f0c8b
/
.
/
javatests
/
com
/
google
/
gerrit
/
git
/
testing
/
BUILD
blob: 56e9ec29c021f20bbc4fcbb4bee73ab7530fb504 [
file
] [
log
] [
blame
]
load
(
"//tools/bzl:junit.bzl"
,
"junit_tests"
)
junit_tests
(
name
=
"testing_tests"
,
srcs
=
glob
([
"*.java"
]),
deps
=
[
"//java/com/google/gerrit/git/testing"
,
"//lib/truth"
,
],
)