Rename xkey test to keysym
authorDaniel Stone <daniel@fooishbar.org>
Fri, 3 Aug 2012 01:32:30 +0000 (03:32 +0200)
committerDaniel Stone <daniel@fooishbar.org>
Wed, 8 Aug 2012 14:23:30 +0000 (16:23 +0200)
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Makefile.am
test/keysym.c [moved from test/xkey.c with 100% similarity]

index e34b7ba..7b5b6c6 100644 (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)
similarity index 100%
rename from test/xkey.c
rename to test/keysym.c