blob: 6bd8c91e82373e7a90edb84b6a593f93476563ca [file] [log] [blame]
java_test(
name = 'android',
srcs = glob(['*.java']),
deps = [
'//lib:easymock',
'//lib:guava',
'//lib:junit',
'//src/com/facebook/buck/android:android',
'//src/com/facebook/buck/android:exceptions',
'//src/com/facebook/buck/graph:graph',
'//src/com/facebook/buck/model:model',
'//src/com/facebook/buck/parser:android',
'//src/com/facebook/buck/parser:core',
'//src/com/facebook/buck/parser:java',
'//src/com/facebook/buck/rules:cpp',
'//src/com/facebook/buck/rules:core',
'//src/com/facebook/buck/rules:java',
'//src/com/facebook/buck/rules:shell',
'//src/com/facebook/buck/shell:shell',
'//src/com/facebook/buck/step:step',
'//src/com/facebook/buck/step/fs:fs',
'//src/com/facebook/buck/util:exceptions',
'//src/com/facebook/buck/util:io',
'//src/com/facebook/buck/util:util',
'//test/com/facebook/buck/model:BuildTargetFactory',
'//test/com/facebook/buck/parser:NonCheckingBuildRuleFactoryParams',
'//test/com/facebook/buck/rules:testutil',
'//test/com/facebook/buck/testutil:testutil',
],
)