summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2010-02-17 13:23:58 -0800
committerDan Nicholson <dbn.lists@gmail.com>2010-02-17 13:23:58 -0800
commit4bf49780b405d0c1a814441b10e1a7acfd9eaa4d (patch)
tree1b30b955292489e77cbf5e6d4f094f77e2b3fb74 /README
parenta282632401e2f17430776294178e14edfd255edb (diff)
Create a new and relevant README
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 22 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000..9452b91c
--- /dev/null
+++ b/README
@@ -0,0 +1,22 @@
+This is a revamped version of X Test Suite (XTS) which removes some of
+the ugliness of building and running the tests. The build and install
+are now straightforward:
+
+ $ ./configure
+ $ make
+ $ make install
+
+Required libraries: libX11, libXext, libXi, libXtst
+Required utilities: xdpyinfo, xset, perl, bdftopcf, mkfontdir
+
+The tests can be run from the source tree with "make check" or from the
+installed package. A wrapper script, xts-run, is the easiest way to run
+the installed tests.
+
+ $ xts-run # run all the tests
+ $ xts-run XI # run just the XI test scenario
+
+The test output will go to a dated directory in the current directory by
+default. This can be changed with the xts-run -o parameter. The output
+contains the full journal of all test output plus individual logs for
+each test program.