summaryrefslogtreecommitdiff
path: root/test/disabled/presentation/simple-tests.opts
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-04-13 19:00:56 +0000
committerPaul Phillips <paulp@improving.org>2011-04-13 19:00:56 +0000
commitb38f7fe290b21fd96a72bd25ba10d3809d37fffd (patch)
treeb727e156c87a4b353c8faf5ba9866667a6039a3a /test/disabled/presentation/simple-tests.opts
parent44ddee59a4264f312b8900e0cfc79c71b999e24c (diff)
downloadscala-b38f7fe290b21fd96a72bd25ba10d3809d37fffd.tar.gz
scala-b38f7fe290b21fd96a72bd25ba10d3809d37fffd.tar.bz2
scala-b38f7fe290b21fd96a72bd25ba10d3809d37fffd.zip
New starr based on r24749. No review.
Diffstat (limited to 'test/disabled/presentation/simple-tests.opts')
-rw-r--r--test/disabled/presentation/simple-tests.opts18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/disabled/presentation/simple-tests.opts b/test/disabled/presentation/simple-tests.opts
new file mode 100644
index 0000000000..8529bbf1a0
--- /dev/null
+++ b/test/disabled/presentation/simple-tests.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
+
+# 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