summaryrefslogtreecommitdiff
path: root/xc/test/xsuite/README
diff options
context:
space:
mode:
Diffstat (limited to 'xc/test/xsuite/README')
-rw-r--r--xc/test/xsuite/README41
1 files changed, 41 insertions, 0 deletions
diff --git a/xc/test/xsuite/README b/xc/test/xsuite/README
new file mode 100644
index 000000000..4bd11e29f
--- /dev/null
+++ b/xc/test/xsuite/README
@@ -0,0 +1,41 @@
+#
+# Copyright 1990, 1991 by the Massachusetts Institute of Technology and
+# UniSoft Group Limited.
+#
+# Permission to use, copy, modify, distribute, and sell this software and
+# its documentation for any purpose is hereby granted without fee,
+# provided that the above copyright notice appear in all copies and that
+# both that copyright notice and this permission notice appear in
+# supporting documentation, and that the names of MIT and UniSoft not be
+# used in advertising or publicity pertaining to distribution of the
+# software without specific, written prior permission. MIT and UniSoft
+# make no representations about the suitability of this software for any
+# purpose. It is provided "as is" without express or implied warranty.
+#
+# $XConsortium$
+#
+
+This file describes the software in release 1.1 of the
+revised X test suite produced for MIT by UniSoft Group Limited.
+
+The test suite includes tests for sections 2 to 10 of the X11R4 Xlib
+specifications.
+
+The test suite also contains touch tests for the X Protocol (version 11).
+
+The main directories to be aware of initially are:
+
+tet - This contains the source files and include files needed to build
+the Test Environment Toolkit (TET).
+
+xtest - This contains the tests included in the revised X test suite
+which are stored as a complete TET test suite. This includes all
+necessary configuration files and scenario files to enable you to use
+the X test suite following the instructions in the documentation.
+
+xtest/doc - This contains the documentation. It contains a user guide,
+programmers guide and release notes. These are supplied in troff(1)
+format requiring the mm macro package, and also in PostScript format.
+It also contains a template for error reports and a description of how
+to submit them. You should look at the release notes and the user guide
+before attempting to install and build the test suite.