Fix for problem with is_text flag in key events; is_text is no longer
[platform/upstream/at-spi2-core.git] / test / Makefile.am
index 5a06fda..3d0f9ed 100644 (file)
@@ -1,11 +1,13 @@
 NULL=
 
-noinst_PROGRAMS = test-simple at app simple-at stress-test keysynth-demo accessx-gui key-listener-test event-listener-test screen-review-test visual-bell
-
-key_listener_test_SOURCES = key-listener-test.c
+noinst_PROGRAMS = test-simple at app simple-at stress-test keysynth-demo key-listener-test event-listener-test screen-review-test visual-bell keypad-test
 
 stress_test_SOURCES = stress-test.c
 
+keypad_test_SOURCES = keypad-test.c
+
+key_listener_test_SOURCES = key-listener-test.c
+
 visual_bell_SOURCES = visual-bell.c
 
 event_listener_test_SOURCES = event-listener-test.c
@@ -20,8 +22,6 @@ simple_at_SOURCES = simple-at.c
 
 keysynth_demo_SOURCES = keysynth-demo.c 
 
-accessx_gui_SOURCES = accessx-gui.c 
-
 test_simple_SOURCES = test-simple.c 
 
 INCLUDES = -I$(top_srcdir)           \
@@ -36,6 +36,6 @@ DEBUG_CFLAGS=-DSPI_DEBUG
 
 CFLAGS += $(TESTS_CFLAGS) $(DEBUG_CFLAGS)
 
-LDADD = ../libspi/libspi.la ../cspi/libcspi.la $(TESTS_LIBS) $(X_LIBS)
+LDADD = ../libspi/libspi.la ../cspi/libcspi.la $(TESTS_LIBS) $(X_LIBS) $(XINPUT_LIBS)
 
 TESTS = test-simple