blob: 30a7fbcf6a17600f68d80c38cbee521482699822 [file] [log] [blame]
java_test(
name = 'parser',
srcs = glob(['*Test.java']),
source_under_test = [
'//src/com/facebook/buck/parser:parser',
'//src/com/facebook/buck/parser:rule_pattern',
],
resources = glob(['testdata/**'], include_dotfiles=True),
deps = [
'//src/com/facebook/buck/cli:cli',
'//src/com/facebook/buck/event:event',
'//src/com/facebook/buck/graph:graph',
'//src/com/facebook/buck/io:io',
'//src/com/facebook/buck/java:rules',
'//src/com/facebook/buck/java:steps',
'//src/com/facebook/buck/java:support',
'//src/com/facebook/buck/json:json',
'//src/com/facebook/buck/model:model',
'//src/com/facebook/buck/parser:config',
'//src/com/facebook/buck/parser:parser',
'//src/com/facebook/buck/parser:rule_pattern',
'//src/com/facebook/buck/rules:build_rule',
'//src/com/facebook/buck/rules:rules',
'//src/com/facebook/buck/rules:types',
'//src/com/facebook/buck/step:step',
'//src/com/facebook/buck/util:constants',
'//src/com/facebook/buck/util:exceptions',
'//src/com/facebook/buck/util:io',
'//src/com/facebook/buck/util:util',
'//src/com/facebook/buck/util/environment:platform',
'//src/com/facebook/buck/cli:config',
'//test/com/facebook/buck/cli:testutil',
'//test/com/facebook/buck/model:BuildTargetFactory',
'//test/com/facebook/buck/event:testutil',
'//test/com/facebook/buck/rules:testutil',
'//test/com/facebook/buck/testutil/integration:integration',
'//test/com/facebook/buck/testutil:testutil',
'//test/com/facebook/buck/timing:testutil',
'//test/com/facebook/buck/cli:FakeBuckConfig',
'//third-party/java/easymock:easymock',
'//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',
],
)