blob: ced9ae5468792fd1f783d31d3faa99a8351f434a [file] [log] [blame]
java_test(
name = 'test',
srcs = glob(['*Test.java']),
deps = [
'//third-party/java/guava:guava',
'//third-party/java/junit:junit',
'//src/com/facebook/buck/test/result/type:type',
'//src/com/facebook/buck/test:test',
],
source_under_test = [
'//src/com/facebook/buck/test:test',
],
)