This website requires JavaScript.
Explore
Help
Register
Sign In
StreetLight
/
libxkbcommon
Watch
2
Star
0
Fork
You've already forked libxkbcommon
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a1e07fb6f6
libxkbcommon
/
test
/
.gitignore
9 lines
67 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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.
2009-04-04 11:52:23 -06:00
*.log
config: update subdirs .gitignore Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-12-07 08:23:18 -07:00
canonicalise
Program and files for testing CompileKeymapFromFile A few simple test cases for verifying the operation of parsing a keymap file and compiling a keyboard description from it.
2009-04-10 13:33:31 -06:00
filecomp
test: Exercise compiling from components This could probably use a lot more real world test cases, but it does the job for now.
2009-04-04 13:54:44 -06:00
namescomp
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.
2009-04-04 10:14:20 -06:00
rulescomp
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.
2009-01-20 19:57:22 -07:00
xkey
Update gitignore for 'state' test Signed-off-by: Ran Benita <ran234@gmail.com>
2012-03-23 09:55:08 -06:00
state
Add new context API Signed-off-by: Daniel Stone <daniel@fooishbar.org>
2012-03-27 09:59:01 -06:00
context