blob: ab4384f0304e7d8777fb4ec06e99ad61952571aa [file] [log] [blame]
# Sources for dealing with test results.
java_library(
name = 'test',
srcs = glob(['*.java']),
deps = [
'//lib:guava',
'//lib:jsr305',
'//src/com/facebook/buck/model:model',
'//src/com/facebook/buck/util:io',
'//src/com/facebook/buck/util:util',
],
visibility = ['PUBLIC'],
)