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 f03064d..3d0f9ed 100644 (file)
@@ -1,11 +1,19 @@
 NULL=
 
-noinst_PROGRAMS = test-simple at app simple-at keysynth-demo accessx-gui key-listener-test event-listener-test
+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
 
+screen_review_test_SOURCES = screen-review-test.c
+
 at_SOURCES = at.c 
 
 app_SOURCES = app.c
@@ -14,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)           \
@@ -30,6 +36,6 @@ DEBUG_CFLAGS=-DSPI_DEBUG
 
 CFLAGS += $(TESTS_CFLAGS) $(DEBUG_CFLAGS)
 
-LDADD = ../util/libat-util.la ../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