Index of /archives/NetBSD/NetBSD-release-10/xsrc/external/mit/xorg-server/dist/test
Name Last modified Size Description
Parent Directory -
CVS/ 2023-10-28 12:34 -
Makefile.am 2022-07-15 11:19 4.4K
Makefile.in 2023-10-28 12:34 115K
README 2016-08-10 16:44 1.0K
bigreq/ 2022-12-18 05:58 -
damage/ 2022-12-18 05:58 -
fixes.c 2022-07-15 11:12 9.5K
hashtabletest.c 2018-12-31 18:36 3.0K
input.c 2022-07-15 11:12 55K
list.c 2022-07-15 11:12 9.9K
meson.build 2022-07-15 18:08 5.6K
misc.c 2022-07-15 11:12 6.0K
scripts/ 2022-12-18 05:58 -
signal-logging.c 2022-07-15 11:12 13K
simple-xinit.c 2022-07-15 11:12 7.1K
string.c 2022-07-15 11:12 2.1K
sync/ 2022-12-18 05:58 -
test_xkb.c 2022-07-15 11:12 5.4K
tests-common.c 2018-12-31 18:36 678
tests-common.h 2018-12-31 18:36 271
tests.c 2018-12-31 18:36 1.0K
tests.h 2018-12-31 18:36 940
touch.c 2022-07-15 11:12 7.7K
xfree86.c 2022-07-15 11:12 3.0K
xi1/ 2022-12-18 05:58 -
xi2/ 2022-12-18 05:58 -
xtest.c 2022-07-15 11:12 4.1K
X server test suite
This suite contains a set of tests to verify the behaviour of functions used
internally to the server.
= How it works =
Through some automake abuse, we link the test programs with the same static
libraries as the Xorg binary. The test suites can then call various functions
and verify their behaviour - without the need to start the server or connect
clients.
This testing only works for functions that do not rely on a particular state
of the X server. Unless the test suite replicates the expected state, which
may be difficult.
= How to run the tests =
Run "make check" in the test directory. This will compile the tests and execute
them in the order specified in the TESTS variable in test/Makefile.am.
Each set of tests related to a subsystem are available as a binary that can be
executed directly. For example, run "xkb" to perform some xkb-related tests.
== Adding a new test ==
When adding a new test, ensure that you add a short description of what the
test does and what the expected outcome is.