Test compiler to simulate xkbcomp usage
authorDan Nicholson <dbn.lists@gmail.com>
Sat, 4 Apr 2009 16:14:20 +0000 (09:14 -0700)
committerDan Nicholson <dbn.lists@gmail.com>
Sat, 4 Apr 2009 16:14:20 +0000 (09:14 -0700)
commit5cc55d7cbbb20971c2e8287a6fc95bd22a91ecdd
tree4cd73a9554eabe878312138dc16e4cdbb9e0ec7f
parent51eff3d939ccef896a548f9d50550045d140455d
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.
test/.gitignore
test/Makefile.am
test/rulescomp.c [new file with mode: 0644]
test/rulescomp.sh [new file with mode: 0755]