summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2010-05-26 22:30:55 -0700
committerDan Nicholson <dbn.lists@gmail.com>2010-05-26 22:39:15 -0700
commit7e95ac778d0512a3940bf77daa50263e10d408f1 (patch)
tree42627f166f1391b678a18c25aab99815196dfd9a /README
parent707ed29d22cd973f07633a0ed82de10075d50edb (diff)
xts: Introduce check.sh wrapper script for in-tree testing
Having all the commands and environment variable overrides for in-tree testing in the Makefile was nice, but a wrapper script means you can do in-tree testing with or without the "make check" machinery. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 7 insertions, 1 deletions
diff --git a/README b/README
index e8a3c2ea..24f6f348 100644
--- a/README
+++ b/README
@@ -30,7 +30,13 @@ The build and install are now straightforward:
Running the Tests
=================
The tests can be run from the build directory or from the installed
-package. The "make check" framework can be used from the build tree.
+package. The check.sh script sets up the environment to run tests from
+the build tree.
+
+ $ ./check.sh # run all the tests
+ $ ./check.sh XI # run just the XI test scenario
+
+The "make check" framework can also be used from the build tree.
$ make check # run all the tests
$ make check scenario=XI # run just the XI test scenario