summaryrefslogtreecommitdiff
path: root/src/partest/README
diff options
context:
space:
mode:
authorAntonio Cunei <antonio.cunei@epfl.ch>2009-05-15 15:44:54 +0000
committerAntonio Cunei <antonio.cunei@epfl.ch>2009-05-15 15:44:54 +0000
commit10830eaae2955766378369b8d1bcc0e6963b9b7f (patch)
tree595d0d162d94eda17062d4d13710378930b7ac7f /src/partest/README
parentfbf991833d5ec0d9890ac1e7df9f53209e313552 (diff)
downloadscala-10830eaae2955766378369b8d1bcc0e6963b9b7f.tar.gz
scala-10830eaae2955766378369b8d1bcc0e6963b9b7f.tar.bz2
scala-10830eaae2955766378369b8d1bcc0e6963b9b7f.zip
1.4-related cleanup and reorganization.
Removed a bunch of now useless 1.4 code, merged back jvm5-specific partest tests into the general jvm tests, documentation updates.
Diffstat (limited to 'src/partest/README')
-rw-r--r--src/partest/README6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/partest/README b/src/partest/README
index 906439793a..430a2987f8 100644
--- a/src/partest/README
+++ b/src/partest/README
@@ -4,9 +4,6 @@ How partest choses the compiler / library:
''lib'' directory of given path
* ''--pack'' -> will set ''scalatest.build=build/pack'', and run all tests.
add ''--[kind]'' to run a selected set of tests.
- * ''--[four]'' -> will set ''scalatest.build=build-four-pack'' and
- ''scalatest.scalac_opts=-target:jvm-1.4'', and run all tests.
- add ''--kind'' to run a selected set of tests.
* auto detection:
- scalatest.build property -> ''bin'' / ''lib'' directories
- distribution (''dists/latest'')
@@ -26,10 +23,9 @@ Other arguments:
* --neg next files test a compilation failure
* --run next files test the interpreter and all backends
* --jvm next files test the JVM backend
- * --jvm5 next files test the JVM backend
* --res next files test the resident compiler
* --shootout next files are shootout tests
* --script next files test the script runner
- * ''-Dscalatest.scalac_opts=-target:jvm-1.4'' -> add compiler options
+ * ''-Dscalatest.scalac_opts=...'' -> add compiler options
* ''--verbose'' -> print verbose messages
* ''-Dpartest.debug=true'' -> print debug messages