blob: 89a65d9841c0f0edc17c7296fe501f307e8ec3c3 [file] [log] [blame]
# These tests fail because JUnitCommand relies on
# -Dbuck.path_to_emma_jar being passed in.
java_test(
name = 'shell',
srcs = glob(['*.java']),
resources = glob(['testdata/**/*']),
source_under_test = [
'//src/com/facebook/buck/shell:rules',
'//src/com/facebook/buck/shell:steps',
],
deps = [
'//lib:easymock',
'//lib:guava',
'//lib:junit',
'//lib:hamcrest-core',
'//lib:hamcrest-library',
'//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/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:rules',
'//src/com/facebook/buck/shell:steps',
'//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/event:testutil',
'//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/model:BuildTargetFactory',
],
)