Add verification by dx.jar to CodegenTests

A patch by Natalia Ukhorskaya: https://github.com/JetBrains/kotlin/pull/70

Adds Android verfication to our codegen tests
This commit is contained in:
Andrey Breslav
2012-06-07 12:42:59 +04:00
parent 14e292ed7e
commit 0916ec549d
5 changed files with 101 additions and 1 deletions
+4
View File
@@ -59,6 +59,10 @@
<delete dir="dependencies/ant" failonerror="false"/>
<untar src="dependencies/download/apache-ant-1.7.0-bin.tar.gz" dest="dependencies" compression="gzip" />
<rename src="dependencies/apache-ant-1.7.0" dest="dependencies/ant" />
<!-- dx.jar -->
<get src="http://search.maven.org/remotecontent?filepath=com/google/android/tools/dx/1.7/dx-1.7.jar" dest="dependencies/dx.jar"/>
<get src="http://search.maven.org/remotecontent?filepath=com/google/android/tools/dx/1.7/dx-1.7-sources.jar" dest="dependencies/dx-sources.jar"/>
</target>
<macrodef name="execute_update">