blob: c33408a7a04d63bb5ce280d6a07129035a71551d [file] [log] [blame]
java_test(
name = 'junit',
srcs = glob(['*.java']),
resources = glob(['testdata/**'], include_dotfiles=True),
source_under_test = [
'//src/com/facebook/buck/junit:junit',
],
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/event:event',
'//src/com/facebook/buck/junit:junit',
'//src/com/facebook/buck/rules:rules',
'//src/com/facebook/buck/test:test',
'//src/com/facebook/buck/test/result/type:type',
'//src/com/facebook/buck/util:util',
'//test/com/facebook/buck/testutil:testutil',
'//test/com/facebook/buck/testutil/integration:integration',
],
)