summaryrefslogblamecommitdiff
path: root/test/files/presentation/simple-tests.opts
blob: 226b40a9f5c59b89d030618065e5a138c5915313 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                                                                
# 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').
-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