blob: d06c769e6b84d1c3022f9ffc6d870ad91cde2c81 [file] [log] [blame]
java_test(
name = 'abi',
srcs = glob(['*.java']),
deps = [
'//src/com/facebook/buck/io:io',
'//src/com/facebook/buck/java/abi:abi',
'//src/com/facebook/buck/zip:unzip',
'//test/com/facebook/buck/testutil/integration:integration',
'//third-party/java/asm:asm',
'//third-party/java/guava:guava',
'//third-party/java/junit:junit',
],
)