summaryrefslogtreecommitdiff
path: root/src/partest/README
diff options
context:
space:
mode:
authorHubert Plociniczak <hubert.plociniczak@epfl.ch>2010-01-24 22:57:30 +0000
committerHubert Plociniczak <hubert.plociniczak@epfl.ch>2010-01-24 22:57:30 +0000
commite4e513079f2662758a0737a2a9a28abbcf1c9f7e (patch)
treebab62ecec0ba2bc9f0cbc76ca8d5af0deea28a8d /src/partest/README
parent7140e9c3ad9c60a0a55aee63ecd20940534375d4 (diff)
downloadscala-e4e513079f2662758a0737a2a9a28abbcf1c9f7e.tar.gz
scala-e4e513079f2662758a0737a2a9a28abbcf1c9f7e.tar.bz2
scala-e4e513079f2662758a0737a2a9a28abbcf1c9f7e.zip
Added new target for partest for testing Build ...
Added new target for partest for testing Build Manager behaviour. Updated Refined Build Manager for consistency. --buildmanager requires the test file that describes actions to be done on the refined build manager (compiling files, making changes to the classes), sources of changes, the check file and the initial scala source files. Cleaned up some code in partest, refactored some obvious code duplication. Tests to follow... Review by phaller.
Diffstat (limited to 'src/partest/README')
-rw-r--r--src/partest/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/partest/README b/src/partest/README
index 430a2987f8..27159ca078 100644
--- a/src/partest/README
+++ b/src/partest/README
@@ -24,6 +24,7 @@ Other arguments:
* --run next files test the interpreter and all backends
* --jvm next files test the JVM backend
* --res next files test the resident compiler
+ * --buildmanager next files test the build manager
* --shootout next files are shootout tests
* --script next files test the script runner
* ''-Dscalatest.scalac_opts=...'' -> add compiler options