blob: 0820a764d251dac6ce34b7702027610b503a3205 [file] [log] [blame]
java_test(
name = 'thrift',
srcs = glob(['*.java']),
source_under_test = [
'//src/com/facebook/buck/thrift:rules',
],
deps = [
'//src/com/facebook/buck/android:packageable',
'//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:classhash',
'//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/python:rules',
'//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/fs:fs',
'//src/com/facebook/buck/step:step',
'//src/com/facebook/buck/thrift:rules',
'//src/com/facebook/buck/util/environment:platform',
'//src/com/facebook/buck/util:exceptions',
'//src/com/facebook/buck/util:util',
'//test/com/facebook/buck/cli:FakeBuckConfig',
'//test/com/facebook/buck/java:javac-env',
'//test/com/facebook/buck/model:BuildTargetFactory',
'//test/com/facebook/buck/rules:testutil',
'//test/com/facebook/buck/shell:testutil',
'//test/com/facebook/buck/step:testutil',
'//test/com/facebook/buck/testutil/integration:integration',
'//test/com/facebook/buck/testutil:testutil',
'//third-party/java/guava:guava',
'//third-party/java/hamcrest:hamcrest-core',
'//third-party/java/hamcrest:hamcrest-library',
'//third-party/java/junit:junit',
],
)