summaryrefslogtreecommitdiff
path: root/test/files/presentation/akka.opts
diff options
context:
space:
mode:
authorMicro Dotta <mirco.dotta@gmail.com>2011-11-05 16:16:40 +0000
committerMicro Dotta <mirco.dotta@gmail.com>2011-11-05 16:16:40 +0000
commit761faecd9f6cd2cd230535cda0e1220da884a18f (patch)
tree85349401c71a0859a4baa743e1de908296b17c94 /test/files/presentation/akka.opts
parent4474d9ba205d2276de8567151b5ed3f2c6f75b5e (diff)
downloadscala-761faecd9f6cd2cd230535cda0e1220da884a18f.tar.gz
scala-761faecd9f6cd2cd230535cda0e1220da884a18f.tar.bz2
scala-761faecd9f6cd2cd230535cda0e1220da884a18f.zip
Added akka.opts file (for presentation compiler...
Added akka.opts file (for presentation compiler test) which allows to set settings on the compiler's instance. Lines that begin with a sharp are skipped. review by odersky.
Diffstat (limited to 'test/files/presentation/akka.opts')
-rw-r--r--test/files/presentation/akka.opts18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/files/presentation/akka.opts b/test/files/presentation/akka.opts
new file mode 100644
index 0000000000..56d026a62d
--- /dev/null
+++ b/test/files/presentation/akka.opts
@@ -0,0 +1,18 @@
+# This file contains command line options that are passed to the presentation compiler
+# Lines starting with # are stripped, and you can split arguments on several lines.
+
+# The -bootclasspath option is treated specially by the test framework: if it's not specified
+# in this file, the presentation compiler will pick up the scala-library/compiler that's on the
+# java classpath used to run this test (usually build/pack)
+
+# Any option can be passed this way, like presentation debug
+# -Ypresentation-debug -Ypresentation-verbose
+
+# the classpath is relative to the current working directory. That means it depends where you're
+# running partest from. Run it from the root scala checkout for these files to resolve correctly
+# (by default when running 'ant test', or 'test/partest'). Paths use Unix separators, the test
+# framework translates them to the platform dependent representation.
+# -bootclasspath lib/scala-compiler.jar:lib/scala-library.jar:lib/fjbg.jar
+
+# the following line would test using the quick compiler
+# -bootclasspath build/quick/classes/compiler:build/quick/classes/library:lib/fjbg.jar