blob: 567f2c0a13a42590a701e4d39352f0968a733cd5 [file] [log] [blame]
java_test(
name = 'apple',
srcs = glob(['*Test.java']),
source_under_test = [
'//src/com/facebook/buck/apple:rules',
],
deps = [
':testutil',
'//src/com/facebook/buck/apple:rules',
'//src/com/facebook/buck/apple/clang:headermap',
'//src/com/facebook/buck/apple/xcode:xcode',
'//src/com/facebook/buck/cli:config',
'//src/com/facebook/buck/cxx:platform',
'//src/com/facebook/buck/cxx:rules',
'//src/com/facebook/buck/graph:graph',
'//src/com/facebook/buck/io:io',
'//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/step:step',
'//src/com/facebook/buck/step/fs:fs',
'//src/com/facebook/buck/timing:timing',
'//src/com/facebook/buck/util:constants',
'//src/com/facebook/buck/util:exceptions',
'//src/com/facebook/buck/util:io',
'//test/com/facebook/buck/cli:FakeBuckConfig',
'//test/com/facebook/buck/io:testutil',
'//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:testutil',
'//test/com/facebook/buck/testutil/integration:integration',
'//test/com/facebook/buck/timing:testutil',
'//test/com/facebook/buck/util:testutil',
'//third-party/java/dd-plist:dd-plist',
'//third-party/java/guava:guava',
'//third-party/java/hamcrest:hamcrest-core',
'//third-party/java/hamcrest:hamcrest-library',
'//third-party/java/jackson:jackson',
'//third-party/java/junit:junit',
]
)
java_library(
name = 'testutil',
srcs = glob(['*.java'], excludes = ['*Test.java']),
deps = [
'//src/com/facebook/buck/apple:rules',
'//src/com/facebook/buck/apple/xcode:xcode',
'//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/model:model',
'//src/com/facebook/buck/rules:build_rule',
'//src/com/facebook/buck/util:io',
'//src/com/facebook/buck/util:util',
'//test/com/facebook/buck/cli:FakeBuckConfig',
'//test/com/facebook/buck/rules:testutil',
'//test/com/facebook/buck/testutil:testutil',
'//third-party/java/dd-plist:dd-plist',
'//third-party/java/guava:guava',
'//third-party/java/hamcrest:hamcrest-core',
'//third-party/java/hamcrest:hamcrest-library',
'//third-party/java/jsr:jsr305',
'//third-party/java/junit:junit',
],
visibility = [
'//test/...',
],
)