aboutsummaryrefslogtreecommitdiff
path: root/java/org/brotli/wrapper/dec/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'java/org/brotli/wrapper/dec/BUILD')
-rw-r--r--java/org/brotli/wrapper/dec/BUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/org/brotli/wrapper/dec/BUILD b/java/org/brotli/wrapper/dec/BUILD
index fcf0dbf..754541a 100644
--- a/java/org/brotli/wrapper/dec/BUILD
+++ b/java/org/brotli/wrapper/dec/BUILD
@@ -39,7 +39,6 @@ filegroup(
java_test(
name = "BrotliDecoderChannelTest",
- test_class = "org.brotli.wrapper.dec.BrotliDecoderChannelTest",
size = "large",
data = [
":brotli_jni", # Bazel JNI workaround
@@ -49,12 +48,12 @@ java_test(
"-DBROTLI_JNI_LIBRARY=$(location :brotli_jni)",
"-DTEST_BUNDLE=$(location :test_bundle)",
],
+ test_class = "org.brotli.wrapper.dec.BrotliDecoderChannelTest",
runtime_deps = [":test_lib"],
)
java_test(
name = "BrotliInputStreamTest",
- test_class = "org.brotli.wrapper.dec.BrotliInputStreamTest",
size = "large",
data = [
":brotli_jni", # Bazel JNI workaround
@@ -64,12 +63,12 @@ java_test(
"-DBROTLI_JNI_LIBRARY=$(location :brotli_jni)",
"-DTEST_BUNDLE=$(location :test_bundle)",
],
+ test_class = "org.brotli.wrapper.dec.BrotliInputStreamTest",
runtime_deps = [":test_lib"],
)
java_test(
name = "DecoderTest",
- test_class = "org.brotli.wrapper.dec.DecoderTest",
size = "large",
data = [
":brotli_jni", # Bazel JNI workaround
@@ -79,5 +78,6 @@ java_test(
"-DBROTLI_JNI_LIBRARY=$(location :brotli_jni)",
"-DTEST_BUNDLE=$(location :test_bundle)",
],
+ test_class = "org.brotli.wrapper.dec.DecoderTest",
runtime_deps = [":test_lib"],
)