X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=test%2FMakefile.am;h=f07563c71b3b00989c8adac273875dd471e441f8;hb=09b09daa2b88f6b54895ee49f59cd060b14a5acf;hp=91cb7e5e58c1809ccd20deb0a76dcb399e497d1b;hpb=72d587fda7e8dda1632a4a8f4010c6262ffc31be;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/test/Makefile.am b/test/Makefile.am index 91cb7e5..f07563c 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,9 +1,11 @@ NULL= -noinst_PROGRAMS = at app simple-at keysynth-demo accessx-gui +noinst_PROGRAMS = test-simple at app simple-at keysynth-demo accessx-gui key-listener-test + +key_listener_test_SOURCES = key-listener-test.c at_SOURCES = at.c - + app_SOURCES = app.c simple_at_SOURCES = simple-at.c @@ -12,6 +14,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 +28,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