blob: 9fca5edbbb6d7e0c08d6bf174e976efe0c850adc [file] [log] [blame]
java_test(
name = 'ocaml',
srcs = glob(['*Test.java']),
source_under_test = [
'//src/com/facebook/buck/ocaml:rules',
],
deps = [
'//third-party/java/easymock:easymock',
'//third-party/java/guava:guava',
'//third-party/java/junit:junit',
'//third-party/java/hamcrest:hamcrest-core',
'//third-party/java/hamcrest:hamcrest-library',
'//src/com/facebook/buck/io:io',
'//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/graph:graph',
'//src/com/facebook/buck/util:util',
'//src/com/facebook/buck/util:io',
'//src/com/facebook/buck/event:event',
'//src/com/facebook/buck/ocaml:rules',
'//src/com/facebook/buck/cxx:platform',
'//src/com/facebook/buck/cxx:rules',
'//src/com/facebook/buck/shell:steps',
'//src/com/facebook/buck/shell:rules',
'//src/com/facebook/buck/cli:config',
'//src/com/facebook/buck/util/environment:platform',
'//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',
'//test/com/facebook/buck/shell:testutil',
'//test/com/facebook/buck/testutil/integration:integration',
'//test/com/facebook/buck/cli:FakeBuckConfig',
],
)