From ea2c88e6abaa1448c45b242e7fb74a898310d4d7 Mon Sep 17 00:00:00 2001 From: phaller Date: Wed, 31 Oct 2012 02:12:21 +0100 Subject: Add note in README how to run only a single test --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') 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. -- cgit v1.2.3