blob: 6251351ea7c9b5f4c43a80230bd0f84d5830582c [file] [log] [blame]
java_test(
name = 'ExceedsAnnotationTimeoutTest',
srcs = glob(['ExceedsAnnotationTimeoutTest.java']),
deps = [
':junit',
],
)
java_test(
name = 'TimeoutChangesBehaviorTest',
srcs = glob(['TimeoutChangesBehaviorTest.java']),
deps = [
':junit',
],
)
prebuilt_jar(
name = 'junit',
binary_jar = 'junit-4.11.jar',
deps = [
':hamcrest-core',
':hamcrest-library',
],
)
prebuilt_jar(
name = 'hamcrest-core',
binary_jar = 'hamcrest-core-1.3.jar',
)
prebuilt_jar(
name = 'hamcrest-library',
binary_jar = 'hamcrest-library-1.3.jar',
)