blob: 6b31b55801108e2aa48d9a6353e436ae728d391f [file] [log] [blame]
java_test(
name = 'util',
srcs = glob(['*.java']),
source_under_test = [
'//src/com/facebook/buck/util:constants',
'//src/com/facebook/buck/util:exceptions',
'//src/com/facebook/buck/util:io',
'//src/com/facebook/buck/util:util',
],
deps = [
'//lib:easymock',
'//lib:guava',
'//lib:junit',
'//src/com/facebook/buck/util:exceptions',
'//src/com/facebook/buck/util:util',
'//src/com/facebook/buck/util:io',
],
)