blob: 4677812a9c7b00e102c0a566c2489f3db9b353f9 [file] [log] [blame]
java_test(
name = 'android',
srcs = glob(['*.java']),
deps = [
'//lib:easymock',
'//lib:guava',
'//lib:junit',
'//lib:jackson-core',
'//lib:jackson-databind',
'//src/com/facebook/buck/android:exceptions',
'//src/com/facebook/buck/android:r',
'//src/com/facebook/buck/android:rules',
'//src/com/facebook/buck/android:split_dex',
'//src/com/facebook/buck/android:steps',
'//src/com/facebook/buck/cli:cli',
'//src/com/facebook/buck/dalvik:dalvik',
'//src/com/facebook/buck/event:event',
'//src/com/facebook/buck/graph:graph',
'//src/com/facebook/buck/java:rules',
'//src/com/facebook/buck/java:support',
'//src/com/facebook/buck/java/abi:protocol',
'//src/com/facebook/buck/model:model',
'//src/com/facebook/buck/parser:rule_pattern',
'//src/com/facebook/buck/rules:build_rule',
'//src/com/facebook/buck/rules:rules',
'//src/com/facebook/buck/shell:steps',
'//src/com/facebook/buck/shell:rules',
'//src/com/facebook/buck/step:step',
'//src/com/facebook/buck/step/fs:fs',
'//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:environment',
'//test/com/facebook/buck/java:fakes',
'//test/com/facebook/buck/event: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',
],
source_under_test = [
'//src/com/facebook/buck/android:exceptions',
'//src/com/facebook/buck/android:r',
'//src/com/facebook/buck/android:rules',
'//src/com/facebook/buck/android:split_dex',
'//src/com/facebook/buck/android:steps',
],
)