blob: 4ee792a2e9d778935e1b66f75ad4606b569764cf [file] [log] [blame]
java_test(
name = 'json',
srcs = glob(['*.java']),
source_under_test = [
'//src/com/facebook/buck/json:json',
'//src/com/facebook/buck/json:raw_parser',
],
deps = [
'//third-party/java/guava:guava',
'//third-party/java/hamcrest:hamcrest-core',
'//third-party/java/hamcrest:hamcrest-library',
'//third-party/java/junit:junit',
'//src/com/facebook/buck/json:json',
'//src/com/facebook/buck/json:raw_parser',
'//third-party/java/gson:gson',
],
)