Add a test for the results of key sequences
[profile/ivi/libxkbcommon.git] / Makefile.am
index a5d34f5..a8ec13d 100644 (file)
@@ -124,7 +124,8 @@ TESTS = \
        test/context \
        test/rules-file \
        test/dump \
-       test/stringcomp
+       test/stringcomp \
+       test/keyseq
 TESTS_LDADD = libxkbcommon-priv.la
 
 test_xkey_LDADD = $(TESTS_LDADD)
@@ -138,6 +139,7 @@ test_rules_file_CFLAGS = $(AM_CFLAGS) -Wno-declaration-after-statement
 test_rules_file_LDADD = $(TESTS_LDADD)
 test_dump_LDADD = $(TESTS_LDADD)
 test_stringcomp_LDADD = $(TESTS_LDADD)
+test_keyseq_LDADD = $(TESTS_LDADD)
 
 check_PROGRAMS = $(TESTS)