blob: 1e40fbecc3dbdd3b6a50ff9c0a12fd8e2032fb98 [file] [log] [blame]
java_test(
name = 'collect',
srcs = glob(['*.java']),
source_under_test = [
'//src/com/facebook/buck/util/collect:collect',
],
deps = [
'//lib:junit',
'//src/com/facebook/buck/util/collect:collect',
],
)