blob: b746d56cff0333a18597d5870852a3eec754c0a3 [file] [log] [blame]
java_test(
name = 'command',
srcs = glob(['*.java']),
source_under_test = [
'//src/com/facebook/buck/command:command',
],
deps = [
'//src/com/facebook/buck/android:rules',
'//src/com/facebook/buck/command:command',
'//src/com/facebook/buck/graph:graph',
'//src/com/facebook/buck/io:io',
'//src/com/facebook/buck/java:rules',
'//src/com/facebook/buck/java:support',
'//src/com/facebook/buck/model:model',
'//src/com/facebook/buck/parser:parser',
'//src/com/facebook/buck/rules:build_rule',
'//src/com/facebook/buck/rules:rules',
'//src/com/facebook/buck/step:step',
'//src/com/facebook/buck/util:exceptions',
'//src/com/facebook/buck/util:util',
'//test/com/facebook/buck/android:testutil',
'//test/com/facebook/buck/java:testutil',
'//test/com/facebook/buck/model:BuildTargetFactory',
'//test/com/facebook/buck/rules:testutil',
'//test/com/facebook/buck/testutil:testutil',
'//third-party/java/easymock:easymock',
'//third-party/java/guava:guava',
'//third-party/java/jackson:jackson-annotations',
'//third-party/java/jackson:jackson-core',
'//third-party/java/jackson:jackson-databind',
'//third-party/java/jsr:jsr305',
'//third-party/java/junit:junit',
],
)