blob: 872cfe36424987d32454a353dd5350a10605f04b [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',
'//src/com/facebook/buck/util:util',
'//test/com/facebook/buck/testutil/integration:integration',
],
)