summaryrefslogtreecommitdiff
path: root/build-ant-macros.xml
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@gmail.com>2015-02-03 23:00:51 +0100
committerLukas Rytz <lukas.rytz@gmail.com>2015-02-07 07:45:55 +0100
commitc283ce145a7b34f18deeeac5c3de2b102169e074 (patch)
tree70c31221356af895e3576c88792e3dae43386faa /build-ant-macros.xml
parent357c15710d9db5d1a8a07cf91af7c24ae6ee884d (diff)
downloadscala-c283ce145a7b34f18deeeac5c3de2b102169e074.tar.gz
scala-c283ce145a7b34f18deeeac5c3de2b102169e074.tar.bz2
scala-c283ce145a7b34f18deeeac5c3de2b102169e074.zip
Test java reflection on scala library / reflect / compiler jars
Run a number of Java reflection operations on all classes in scala library / reflect / compiler. The test is based on a draft by Jason.
Diffstat (limited to 'build-ant-macros.xml')
-rw-r--r--build-ant-macros.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build-ant-macros.xml b/build-ant-macros.xml
index 609f106d09..259d6a6eb6 100644
--- a/build-ant-macros.xml
+++ b/build-ant-macros.xml
@@ -751,6 +751,7 @@
<attribute name="srcdir" default="files"/> <!-- TODO: make targets for `pending` and other subdirs -->
<attribute name="colors" default="${partest.colors}"/>
<attribute name="scalacOpts" default="${partest.scalac_opts} ${scalac.args.optimise}"/>
+ <attribute name="javaOpts" default="${env.ANT_OPTS}"/>
<attribute name="pcp" default="${toString:partest.compilation.path}"/>
<attribute name="kinds"/>
<sequential>
@@ -759,6 +760,7 @@
kinds="@{kinds}"
colors="@{colors}"
scalacOpts="@{scalacOpts}"
+ javaOpts="@{javaOpts}"
compilationpath="@{pcp}"/>
</sequential>
</macrodef>