blob: e075c952259594b6c8237e3d295d7d18fc24fc92 [file] [log] [blame]
java_library(
name = 'junit',
srcs = glob(['*.java']),
deps = [
'//lib:junit',
],
visibility = [
'//test/com/facebook/buck/junit:junit',
],
)