Add a library of common test functions
authorDaniel Stone <daniel@fooishbar.org>
Thu, 12 Jul 2012 13:15:08 +0000 (14:15 +0100)
committerDaniel Stone <daniel@fooishbar.org>
Thu, 12 Jul 2012 13:48:22 +0000 (14:48 +0100)
commit3e86ebca0684d90899f34c2add6b1474c464613f
tree99fb64a1832fbe82915f0655ad53218217085635
parent059c1842ef35aa6e2eb33230a228edb12ecd8852
Add a library of common test functions

Including creating a context (will come in useful soon), opening and
reading files, and compiling keymaps.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Makefile.am
test/common.c [new file with mode: 0644]
test/dump.c
test/filecomp.c
test/keyseq.c
test/namescomp.c
test/rules-file.c
test/rulescomp.c
test/state.c
test/stringcomp.c
test/test.h [new file with mode: 0644]