blob: 572f9095b328764629c09e7c73e18211a3b67436 [file] [log] [blame]
java_test(
name = 'coercer',
srcs = glob(['*.java']),
source_under_test = [
'//src/com/facebook/buck/rules:build_rule',
],
deps = [
'//src/com/facebook/buck/io:io',
'//src/com/facebook/buck/model:model',
'//src/com/facebook/buck/parser:rule_pattern',
'//src/com/facebook/buck/rules:build_rule',
'//test/com/facebook/buck/rules:testutil',
'//test/com/facebook/buck/testutil:testutil',
'//third-party/java/guava:guava',
'//third-party/java/hamcrest:hamcrest-core',
'//third-party/java/hamcrest:hamcrest-library',
'//third-party/java/junit:junit',
],
)