2002-03-27 Michael Meeks <michael@ximian.com>
[platform/core/uifw/at-spi2-atk.git] / test / Makefile.am
index 91cb7e5..77ab4a7 100644 (file)
@@ -1,9 +1,9 @@
 NULL=
 
-noinst_PROGRAMS = at app simple-at keysynth-demo accessx-gui
+noinst_PROGRAMS = test-simple at app simple-at keysynth-demo accessx-gui
 
 at_SOURCES = at.c 
+
 app_SOURCES = app.c
 
 simple_at_SOURCES = simple-at.c 
@@ -12,6 +12,8 @@ keysynth_demo_SOURCES = keysynth-demo.c
 
 accessx_gui_SOURCES = accessx-gui.c 
 
+test_simple_SOURCES = test-simple.c 
+
 INCLUDES = -I$(top_srcdir)           \
            -I$(top_builddir)         \
            -I$(top_srcdir)/libspi    \
@@ -24,7 +26,6 @@ DEBUG_CFLAGS=-DSPI_DEBUG
 
 CFLAGS += $(TESTS_CFLAGS) $(DEBUG_CFLAGS)
 
-LDADD = ../util/libat-util.la ../libspi/libspi.la ../cspi/libcspi.la $(TESTS_LIBS)
-
-
+LDADD = ../util/libat-util.la ../libspi/libspi.la ../cspi/libcspi.la $(TESTS_LIBS) $(X_LIBS)
 
+TESTS = test-simple