summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/build-partest.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/test/build-partest.xml b/test/build-partest.xml
deleted file mode 100755
index e909a09123..0000000000
--- a/test/build-partest.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<project name="partest" basedir=".">
- <dirname property="partest.basedir" file="${ant.file.partest}"/>
- <property file="${partest.basedir}/included.properties"/>
-
- <macrodef name="testSuite">
- <attribute name="dir" default="${partest.basedir}/test"/>
- <attribute name="srcdir" default="files"/> <!-- TODO: make targets for `pending` and other subdirs -->
- <attribute name="colors" default="${partest.colors}"/>
- <attribute name="scalacOpts" default="${scalac.args.optimise}"/>
- <attribute name="pcp" default="${toString:partest.compilation.path}"/>
- <attribute name="kinds"/>
- <sequential>
- <property name="partest.dir" value="@{dir}" />
- <partest srcdir="@{srcdir}"
- kinds="@{kinds}"
- colors="@{colors}"
- scalacOpts="@{scalacOpts}"
- compilationpath="@{pcp}"/>
- </sequential>
- </macrodef>
-</project>