Fix for bug #95828.
[platform/upstream/at-spi2-core.git] / test / Makefile.am
1 NULL=
2
3 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
4
5 key_listener_test_SOURCES = key-listener-test.c
6
7 stress_test_SOURCES = stress-test.c
8
9 visual_bell_SOURCES = visual-bell.c
10
11 event_listener_test_SOURCES = event-listener-test.c
12
13 screen_review_test_SOURCES = screen-review-test.c
14
15 at_SOURCES = at.c 
16
17 app_SOURCES = app.c
18
19 simple_at_SOURCES = simple-at.c 
20
21 keysynth_demo_SOURCES = keysynth-demo.c 
22
23 accessx_gui_SOURCES = accessx-gui.c 
24
25 test_simple_SOURCES = test-simple.c 
26
27 INCLUDES = -I$(top_srcdir)           \
28            -I$(top_builddir)         \
29            -I$(top_srcdir)/libspi    \
30            -I$(top_builddir)/libspi  \
31            -I$(top_srcdir)/cspi      \
32            -I$(top_builddir)/cspi    \
33            $(TESTS_CFLAGS)
34
35 DEBUG_CFLAGS=-DSPI_DEBUG
36
37 CFLAGS += $(TESTS_CFLAGS) $(DEBUG_CFLAGS)
38
39 LDADD = ../libspi/libspi.la ../cspi/libcspi.la $(TESTS_LIBS) $(X_LIBS)
40
41 TESTS = test-simple