blob: 9b3dcf0a36b0e9ac316523c59b9f0cd32f1f79d7 [file] [log] [blame]
java_test(
name = 'java',
srcs = glob(['*.java']),
deps = [
'//src/com/facebook/buck/android:packageable',
'//src/com/facebook/buck/android:rules',
'//src/com/facebook/buck/graph:graph',
'//src/com/facebook/buck/io:io',
'//src/com/facebook/buck/java/intellij:intellij',
'//src/com/facebook/buck/java:packagefinder',
'//src/com/facebook/buck/java:rules',
'//src/com/facebook/buck/java:support',
'//src/com/facebook/buck/model:model',
'//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',
'//test/com/facebook/buck/android:testutil',
'//test/com/facebook/buck/java:fakepackagefinder',
'//test/com/facebook/buck/java:testutil',
'//test/com/facebook/buck/model:BuildTargetFactory',
'//test/com/facebook/buck/rules:testutil',
'//test/com/facebook/buck/testutil/integration:integration',
'//test/com/facebook/buck/testutil:testutil',
'//third-party/java/easymock:easymock',
'//third-party/java/guava:guava',
'//third-party/java/hamcrest:hamcrest-core',
'//third-party/java/hamcrest:hamcrest-library',
'//third-party/java/jackson:jackson-core',
'//third-party/java/jackson:jackson-databind',
'//third-party/java/jsr:jsr305',
'//third-party/java/junit:junit',
],
)