mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
18 lines
343 B
Text
18 lines
343 B
Text
test_suite(
|
|
name = "tests",
|
|
tests = [
|
|
"//java/core:tests",
|
|
"//java/kotlin:tests",
|
|
"//java/kotlin-lite:tests",
|
|
"//java/lite:tests",
|
|
"//java/util:tests",
|
|
],
|
|
)
|
|
|
|
filegroup(
|
|
name = "release",
|
|
srcs = [
|
|
"//java/core:release", # contains lite.
|
|
"//java/util:release",
|
|
]
|
|
)
|