kc3-lang/libxkbcommon/test

Branch :


Log

Author Commit Date CI Message
4f736db9 2009-04-04 11:04:35 test: Minor refactor to allow $EXEEXT in program names
8f9a6129 2009-04-04 10:52:23 test: Add logging and some intentionally failing cases We want to log the output of the tests rather than letting them go to stderr. This allows tests we expect to fail to be run.
95dbbb8a 2009-04-04 09:37:53 rulescomp: Remove unneeded API
5cc55d7c 2009-04-04 09:14:20 Test compiler to simulate xkbcomp usage Added a test program, rulescomp, which takes a RMLVO set and generates a XkbcDescPtr. This is essentially what the xserver will do, except that we still need to access some xkbcomp internal API to make it work.
1ff77ecd 2009-03-05 18:20:15 Rename headers to XKBcommon* and install in extensions directory Following the kbproto convention, the headers will be named XKBcommon.h and XKBcommonint.h. Furthermore, they'll be installed in X11/extensions directory with the rest of the XKB headers.
ffa0ccfa 2009-01-23 18:09:31 Use XORG_CWARNFLAGS for more warnings
176b9cf5 2009-01-22 20:18:33 test: Consistently use upper case hex
ba0b312a 2009-01-22 20:20:02 test: Add tests for XFree86 special keys Since the XFree86 special keysyms contain an underscore after the XF86 prefix, check to make sure they're handled correctly.
49a06f92 2009-01-22 20:10:19 test: Add convenience functions for xkey.sh
b2737e9b 2009-01-20 18:57:22 Testing harness for keysym functions A test program and script have been added for checking the XkbCommon keysym functions. This has already highlighted an error in handling of keysyms from XF86keysym.h.