blob: ca4bc82408d6e998bf15573595960f80f618f872 [file] [log] [blame]
java_test(
name = 'log',
srcs = glob(['**/*Test.java']),
source_under_test = [
'//src/com/facebook/buck/log:log',
],
deps = [
'//third-party/java/guava:guava',
'//third-party/java/hamcrest:hamcrest-core',
'//third-party/java/hamcrest:hamcrest-library',
'//third-party/java/jsr:jsr305',
'//third-party/java/junit:junit',
'//src/com/facebook/buck/log:log',
'//test/com/facebook/buck/testutil:testutil',
],
)