core: add api for write tests using smali

This commit is contained in:
Skylot
2014-09-13 18:39:04 +04:00
parent 8f201f1fee
commit db527fbbda
3 changed files with 86 additions and 13 deletions
+4 -1
View File
@@ -1,9 +1,12 @@
ext.jadxClasspath = 'clsp-data/android-4.3.jar'
dependencies {
runtime files(jadxClasspath)
compile files('lib/dx-1.8.jar')
compile 'org.ow2.asm:asm:5.0.3'
runtime files(jadxClasspath)
testCompile 'org.smali:smali:2.0.3'
}
task packTests(type: Jar) {