Index of /archives/NetBSD/NetBSD-release-10/xsrc/external/mit/xorg-server/dist/test

Icon  Name                                                                   Last modified      Size  Description
[PARENTDIR] Parent Directory - [DIR] CVS/ 2023-10-28 12:34 - [   ] Makefile.am 2022-07-15 11:19 4.4K [TXT] Makefile.in 2023-10-28 12:34 115K [TXT] README 2016-08-10 16:44 1.0K [DIR] bigreq/ 2022-12-18 05:58 - [DIR] damage/ 2022-12-18 05:58 - [TXT] fixes.c 2022-07-15 11:12 9.5K [TXT] hashtabletest.c 2018-12-31 18:36 3.0K [TXT] input.c 2022-07-15 11:12 55K [TXT] list.c 2022-07-15 11:12 9.9K [   ] meson.build 2022-07-15 18:08 5.6K [TXT] misc.c 2022-07-15 11:12 6.0K [DIR] scripts/ 2022-12-18 05:58 - [TXT] signal-logging.c 2022-07-15 11:12 13K [TXT] simple-xinit.c 2022-07-15 11:12 7.1K [TXT] string.c 2022-07-15 11:12 2.1K [DIR] sync/ 2022-12-18 05:58 - [TXT] test_xkb.c 2022-07-15 11:12 5.4K [TXT] tests-common.c 2018-12-31 18:36 678 [TXT] tests-common.h 2018-12-31 18:36 271 [TXT] tests.c 2018-12-31 18:36 1.0K [TXT] tests.h 2018-12-31 18:36 940 [TXT] touch.c 2022-07-15 11:12 7.7K [TXT] xfree86.c 2022-07-15 11:12 3.0K [DIR] xi1/ 2022-12-18 05:58 - [DIR] xi2/ 2022-12-18 05:58 - [TXT] 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.