diff --git a/com.ibm.wala.dalvik.test/.classpath b/com.ibm.wala.dalvik.test/.classpath index 8d8d85f14..03da72b80 100644 --- a/com.ibm.wala.dalvik.test/.classpath +++ b/com.ibm.wala.dalvik.test/.classpath @@ -1,5 +1,7 @@ + + diff --git a/com.ibm.wala.dalvik.test/build.gradle b/com.ibm.wala.dalvik.test/build.gradle new file mode 100644 index 000000000..d1c07641b --- /dev/null +++ b/com.ibm.wala.dalvik.test/build.gradle @@ -0,0 +1,13 @@ +sourceSets.main { + java.srcDir 'source' + resources.srcDir 'data' +} + +dependencies { + compile project(':com.ibm.wala.core') + compile project(':com.ibm.wala.core.tests') + compile project(':com.ibm.wala.dalvik') + compile 'com.google.android.tools:dx:1.7' + compile 'junit:junit:4.11' + compile 'org.osgi:org.osgi.core:4.2.0' +}