blob: 593740b26754924f63460862067e5e837b187dd5 [file] [log] [blame]
java_test(
name = 'python',
srcs = glob(['*.java']),
source_under_test = [
'//src/com/facebook/buck/python:rules',
],
deps = [
'//third-party/java/easymock:easymock',
'//third-party/java/guava:guava',
'//third-party/java/junit:junit',
'//third-party/java/hamcrest:hamcrest-core',
'//third-party/java/hamcrest:hamcrest-library',
'//src/com/facebook/buck/cli:config',
'//src/com/facebook/buck/cxx:platform',
'//src/com/facebook/buck/cxx:rules',
'//src/com/facebook/buck/io:io',
'//src/com/facebook/buck/java:rules',
'//src/com/facebook/buck/model:model',
'//src/com/facebook/buck/parser:rule_pattern',
'//src/com/facebook/buck/python:rules',
'//src/com/facebook/buck/python:config',
'//src/com/facebook/buck/python:support',
'//src/com/facebook/buck/rules:build_rule',
'//src/com/facebook/buck/rules:rules',
'//src/com/facebook/buck/step:step',
'//src/com/facebook/buck/util:constants',
'//src/com/facebook/buck/util:io',
'//src/com/facebook/buck/util:exceptions',
'//src/com/facebook/buck/util:util',
'//src/com/facebook/buck/shell:rules',
'//test/com/facebook/buck/cli:FakeBuckConfig',
'//test/com/facebook/buck/java:testutil',
'//test/com/facebook/buck/model:BuildTargetFactory',
'//test/com/facebook/buck/rules:testutil',
'//test/com/facebook/buck/step:testutil',
'//test/com/facebook/buck/testutil:testutil',
'//test/com/facebook/buck/testutil/integration:integration',
'//test/com/facebook/buck/shell:testutil',
],
)