Rename xkey test to keysym

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
master
Daniel Stone 2012-08-03 03:32:30 +02:00
parent 42b2c93433
commit 8fe2a484c0
2 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ libtest_la_SOURCES = \
TESTS_ENVIRONMENT =
TESTS = \
test/xkey \
test/keysym \
test/filecomp \
test/rulescomp \
test/state \
@ -118,7 +118,7 @@ TESTS = \
test/log
TESTS_LDADD = libtest.la
test_xkey_LDADD = $(TESTS_LDADD)
test_keysym_LDADD = $(TESTS_LDADD)
test_filecomp_LDADD = $(TESTS_LDADD)
test_rulescomp_LDADD = $(TESTS_LDADD) -lrt
test_state_LDADD = $(TESTS_LDADD)