summaryrefslogtreecommitdiff
path: root/test/benchmark/ant.private
diff options
context:
space:
mode:
Diffstat (limited to 'test/benchmark/ant.private')
-rw-r--r--test/benchmark/ant.private9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/benchmark/ant.private b/test/benchmark/ant.private
new file mode 100644
index 0000000000..a777a19594
--- /dev/null
+++ b/test/benchmark/ant.private
@@ -0,0 +1,9 @@
+# the compiler executable
+scala.compiler=scalac
+
+# the vm to run scala programs with
+scala.vm=scala
+
+# the location where your scala distribution is
+# it should point to the parent of the 'test/' directory
+scala.home=${user.home}/scala