summaryrefslogtreecommitdiff
path: root/test/files/presentation/ide-bug-1000531.flags
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2011-11-06 17:38:45 +0000
committerIulian Dragos <jaguarul@gmail.com>2011-11-06 17:38:45 +0000
commitaffa7911f70172cc4cdda227f8e49570f8b9a026 (patch)
tree8a4cca724070d47706f19f678868444e99d0a011 /test/files/presentation/ide-bug-1000531.flags
parent152be020c41b6ea54323ff3055e1b3adc7fbd1b2 (diff)
downloadscala-affa7911f70172cc4cdda227f8e49570f8b9a026.tar.gz
scala-affa7911f70172cc4cdda227f8e49570f8b9a026.tar.bz2
scala-affa7911f70172cc4cdda227f8e49570f8b9a026.zip
Changed presentation tests to use .flags instea...
Changed presentation tests to use .flags instead of .opts for passing options to the presentation compiler.
Diffstat (limited to 'test/files/presentation/ide-bug-1000531.flags')
-rw-r--r--test/files/presentation/ide-bug-1000531.flags18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/files/presentation/ide-bug-1000531.flags b/test/files/presentation/ide-bug-1000531.flags
new file mode 100644
index 0000000000..56d026a62d
--- /dev/null
+++ b/test/files/presentation/ide-bug-1000531.flags
@@ -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