Sign in
gerrit
/
gerrit
/
21b8702cdf4042f2ca7a48f87355ffec91e89f7a
/
.
/
javatests
/
com
/
google
/
gwtexpui
/
safehtml
/
BUILD
blob: 4f75bdb0bface3d999a534f3600616e464a2bc0d [
file
] [
log
] [
blame
]
load
(
"//tools/bzl:junit.bzl"
,
"junit_tests"
)
junit_tests
(
name
=
"safehtml_tests"
,
srcs
=
glob
([
"client/**/*.java"
]),
deps
=
[
"//java/com/google/gwtexpui/safehtml"
,
"//lib:truth"
,
"//lib/gwt:dev"
,
"//lib/gwt:user"
,
],
)