blob: 821ab0b8a20911f00073442f92adce9c558ef39b [file] [log] [blame]
java_test(
name = 'junit',
srcs = glob(['*.java']),
resources = glob(['testdata/**/*']),
source_under_test = [
'//src/com/facebook/buck/junit:junit',
],
deps = [
'//lib:guava',
'//lib:hamcrest-core',
'//lib:hamcrest-library',
'//lib:junit',
'//src/com/facebook/buck/junit:junit',
'//test/com/facebook/buck/testutil/integration:integration',
],
)