aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphaller <hallerp@gmail.com>2012-10-31 02:12:21 +0100
committerphaller <hallerp@gmail.com>2012-10-31 02:12:21 +0100
commitea2c88e6abaa1448c45b242e7fb74a898310d4d7 (patch)
treee7ab1412d975fe69526a0053e503024a147c6d31
parent5c87d7d1ecf528360d74f219d8a857a516514cdd (diff)
downloadscala-async-ea2c88e6abaa1448c45b242e7fb74a898310d4d7.tar.gz
scala-async-ea2c88e6abaa1448c45b242e7fb74a898310d4d7.tar.bz2
scala-async-ea2c88e6abaa1448c45b242e7fb74a898310d4d7.zip
Add note in README how to run only a single test
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8cdf2f4..048fc7a 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,13 @@ After this setup, we can run `partest` as follows:
$ ../scala/test/partest --classpath ../scala/build/quick/classes --run
```
+This runs all tests in the directory `test/files/run`.
+It is also possible to run only a single test:
+
+```
+$ ../scala/test/partest --classpath ../scala/build/quick/classes test/files/run/await0
+```
+
If you are interested in contributing code, we ask you to complete and submit
to us the Scala Contributor License Agreement, which allows us to ensure that
all code submitted to the project is unencumbered by copyrights or patents.