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