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 09e8d6a..3d0f9ed 100644 (file)
@@ -1,8 +1,20 @@
 NULL=
 
-noinst_PROGRAMS = at app simple-at keysynth-demo
+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
 
-at_SOURCES = at.c
+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
 
@@ -10,6 +22,8 @@ simple_at_SOURCES = simple-at.c
 
 keysynth_demo_SOURCES = keysynth-demo.c 
 
+test_simple_SOURCES = test-simple.c 
+
 INCLUDES = -I$(top_srcdir)           \
            -I$(top_builddir)         \
            -I$(top_srcdir)/libspi    \
@@ -22,7 +36,6 @@ DEBUG_CFLAGS=-DSPI_DEBUG
 
 CFLAGS += $(TESTS_CFLAGS) $(DEBUG_CFLAGS)
 
-LDADD = ../util/libat-util.la ../libspi/libspi.la ../cspi/libcspi.la $(TESTS_LIBS)
-
-
+LDADD = ../libspi/libspi.la ../cspi/libcspi.la $(TESTS_LIBS) $(X_LIBS) $(XINPUT_LIBS)
 
+TESTS = test-simple