test: reverse assumption regarding static/dynamic linking
[platform/upstream/dbus.git] / test / Makefile.am
1 ## the "name-test" subdir in fact contains a bunch of tests now that need a temporary bus 
2 ## to be running to do stuff with. The directory should be renamed.
3 ## We want to build the current directory first to pick up the testutils lib
4 SUBDIRS= . name-test 
5 DIST_SUBDIRS=name-test
6
7 INCLUDES=-I$(top_srcdir)
8
9 # improve backtraces from test stuff
10 AM_LDFLAGS = @R_DYNAMIC_LDFLAG@
11
12 libdbus_testutils_la_SOURCES = \
13         test-utils.c \
14         test-utils.h \
15         $(NULL)
16 libdbus_testutils_la_LIBADD = \
17         $(top_builddir)/dbus/libdbus-internal.la \
18         $(NULL)
19
20 noinst_LTLIBRARIES = libdbus-testutils.la
21
22 if DBUS_BUILD_TESTS
23 ## break-loader removed for now
24 ## most of these binaries are used in tests but are not themselves tests
25 TEST_BINARIES = \
26         shell-test \
27         spawn-test \
28         test-exit \
29         test-names \
30         test-segfault \
31         test-service \
32         test-shell-service \
33         test-sleep-forever \
34         $(NULL)
35
36 ## these are the things to run in make check (i.e. they are actual tests)
37 ## (binaries in here must also be in TEST_BINARIES)
38 TESTS = \
39         shell-test \
40         $(NULL)
41
42 ## These are conceptually part of directories that come earlier in SUBDIRS
43 ## order, but we don't want to run them til we arrive in this directory,
44 ## since they depend on stuff from this directory
45 TESTS += \
46         ../bus/bus-test$(EXEEXT) \
47         ../bus/bus-test-system$(EXEEXT) \
48         ../dbus/dbus-test$(EXEEXT) \
49         $(NULL)
50
51 if DBUS_UNIX
52 TESTS += ../bus/bus-test-launch-helper$(EXEEXT)
53 endif
54
55 else !DBUS_BUILD_TESTS
56
57 TEST_BINARIES=
58 TESTS=
59
60 endif !DBUS_BUILD_TESTS
61
62 noinst_PROGRAMS= $(TEST_BINARIES)
63
64 test_service_SOURCES=                           \
65         test-service.c
66
67 test_names_SOURCES=                             \
68         test-names.c
69
70 ##break_loader_SOURCES=                         \
71 ##      break-loader.c
72
73 test_shell_service_SOURCES =                    \
74         test-shell-service.c
75
76 shell_test_SOURCES=                             \
77         shell-test.c
78
79 spawn_test_SOURCES=                             \
80         spawn-test.c
81
82 test_exit_SOURCES =                             \
83         test-exit.c
84
85 test_segfault_SOURCES =                         \
86         test-segfault.c
87
88 test_sleep_forever_SOURCES =                    \
89         test-sleep-forever.c
90
91 static_cppflags = \
92         $(AM_CPPFLAGS) \
93         -DDBUS_STATIC_BUILD \
94         $(NULL)
95
96 test_service_CPPFLAGS = $(static_cppflags)
97 test_service_LDADD = libdbus-testutils.la
98 test_names_CPPFLAGS = $(static_cppflags)
99 test_names_LDADD = libdbus-testutils.la
100 ## break_loader_CPPFLAGS = $(static_cppflags)
101 ## break_loader_LDADD = $(top_builddir)/dbus/libdbus-internal.la
102 test_shell_service_CPPFLAGS = $(static_cppflags)
103 test_shell_service_LDADD = libdbus-testutils.la
104 shell_test_CPPFLAGS = $(static_cppflags)
105 shell_test_LDADD = libdbus-testutils.la
106 spawn_test_CPPFLAGS = $(static_cppflags)
107 spawn_test_LDADD = $(top_builddir)/dbus/libdbus-internal.la
108
109 EXTRA_DIST = dbus-test-runner
110
111 testexecdir = $(libdir)/dbus-1.0/test
112
113 testexec_PROGRAMS =
114
115 installable_tests = \
116         test-corrupt \
117         test-dbus-daemon \
118         test-dbus-daemon-eavesdrop \
119         test-loopback \
120         test-marshal \
121         test-relay \
122         $(NULL)
123
124 installcheck_tests =
125 installcheck_environment = \
126         DBUS_TEST_DAEMON=$(DESTDIR)$(DBUS_DAEMONDIR)/dbus-daemon$(EXEEXT) \
127         DBUS_TEST_SYSCONFDIR=$(DESTDIR)$(sysconfdir)
128
129 TESTS_ENVIRONMENT = \
130         DBUS_BLOCK_ON_ABORT=1 \
131         DBUS_FATAL_WARNINGS=1 \
132         DBUS_TEST_DAEMON=@abs_top_builddir@/bus/dbus-daemon$(EXEEXT) \
133         DBUS_TEST_DATA=@abs_top_builddir@/test/data \
134         DBUS_TEST_HOMEDIR=@abs_top_builddir@/dbus \
135         $(NULL)
136
137 test_corrupt_SOURCES = corrupt.c
138 test_corrupt_CPPFLAGS = $(GLIB_CFLAGS) $(DBUS_GLIB_CFLAGS)
139 test_corrupt_LDADD = $(top_builddir)/dbus/libdbus-1.la \
140     $(GLIB_LIBS) \
141     $(DBUS_GLIB_LIBS)
142
143 test_loopback_SOURCES = loopback.c
144 test_loopback_CPPFLAGS = $(GLIB_CFLAGS) $(DBUS_GLIB_CFLAGS)
145 test_loopback_LDADD = $(top_builddir)/dbus/libdbus-1.la \
146     $(GLIB_LIBS) \
147     $(DBUS_GLIB_LIBS)
148
149 test_relay_SOURCES = relay.c
150 test_relay_CPPFLAGS = $(GLIB_CFLAGS) $(DBUS_GLIB_CFLAGS)
151 test_relay_LDADD = $(top_builddir)/dbus/libdbus-1.la \
152     $(GLIB_LIBS) \
153     $(DBUS_GLIB_LIBS)
154
155 test_dbus_daemon_SOURCES = dbus-daemon.c
156 test_dbus_daemon_CPPFLAGS = $(GLIB_CFLAGS) $(DBUS_GLIB_CFLAGS)
157 test_dbus_daemon_LDADD = $(top_builddir)/dbus/libdbus-1.la \
158     $(GLIB_LIBS) \
159     $(DBUS_GLIB_LIBS)
160
161 test_dbus_daemon_eavesdrop_SOURCES = dbus-daemon-eavesdrop.c
162 test_dbus_daemon_eavesdrop_CPPFLAGS = $(GLIB_CFLAGS) $(DBUS_GLIB_CFLAGS)
163 test_dbus_daemon_eavesdrop_LDFLAGS = @R_DYNAMIC_LDFLAG@
164 test_dbus_daemon_eavesdrop_LDADD = $(top_builddir)/dbus/libdbus-1.la \
165     $(GLIB_LIBS) \
166     $(DBUS_GLIB_LIBS)
167
168 test_marshal_SOURCES = marshal.c
169 test_marshal_CPPFLAGS = $(GLIB_CFLAGS) $(DBUS_GLIB_CFLAGS)
170 test_marshal_LDADD = $(top_builddir)/dbus/libdbus-1.la \
171     $(GLIB_LIBS) \
172     $(DBUS_GLIB_LIBS)
173
174 if DBUS_ENABLE_MODULAR_TESTS
175 TESTS += $(installable_tests)
176 installcheck_tests += $(installable_tests)
177
178 if DBUS_ENABLE_INSTALLED_TESTS
179   testexec_PROGRAMS += $(installable_tests)
180 else !DBUS_ENABLE_INSTALLED_TESTS
181   noinst_PROGRAMS += $(installable_tests)
182 endif !DBUS_ENABLE_INSTALLED_TESTS
183
184 endif DBUS_ENABLE_MODULAR_TESTS
185
186 # If we're installing the tests into a DESTDIR we can't run them
187 # again using the installed copy, because we don't know how to
188 # do a portable equivalent of setting LD_LIBRARY_PATH.
189 installcheck-local:
190         $(MAKE) check-TESTS TESTS='$$(installcheck_tests)' \
191                 TESTS_ENVIRONMENT='$$(installcheck_environment)'
192 if DBUS_ENABLE_INSTALLED_TESTS
193         test -n "$(DESTDIR)" || \
194         $(installcheck_environment) \
195                 $(srcdir)/dbus-test-runner \
196                 $(testexecdir) \
197                 $(testexec_PROGRAMS)
198 endif DBUS_ENABLE_INSTALLED_TESTS
199
200 ## keep these in creation order, i.e. uppermost dirs first 
201 TESTDIRS=                                       \
202         data                                    \
203         data/valid-messages                     \
204         data/invalid-messages                   \
205         data/incomplete-messages                \
206         data/auth                               \
207         data/sha-1                              \
208         data/valid-config-files                 \
209         data/valid-config-files-system          \
210         data/valid-config-files/basic.d         \
211         data/valid-config-files/session.d       \
212         data/valid-config-files/system.d        \
213         data/valid-service-files                \
214         data/valid-service-files-system         \
215         data/invalid-service-files-system       \
216         data/invalid-config-files               \
217         data/invalid-config-files-system        \
218         data/equiv-config-files                 \
219         data/equiv-config-files/basic           \
220         data/equiv-config-files/basic/basic.d   \
221         data/equiv-config-files/entities        \
222         data/equiv-config-files/entities/basic.d
223
224
225 FIND_TESTS=find . -type f -a \( -name "*.message" -o -name "*.message-raw" -o -name "*.auth-script" -o -name "*.sha1" -o -name "*.txt" -o -name "*.conf" -o -name "*.service" \)
226
227 dist-hook:
228         for D in $(TESTDIRS); do                                                \
229                 test -d $(distdir)/$$D || mkdir $(distdir)/$$D || exit 1 ;      \
230         done ;                                                                  \
231         FILES=`(cd $(srcdir) && $(FIND_TESTS) -o -name "*.in" -a -not -name Makefile.in | grep -Ev "(.svn|CVS)" )` ;                                    \
232         for F in $$FILES; do                                                    \
233                 B=`basename $$F`; \
234                 if test -e $$F.in; then \
235                         echo "-- Skipping file $$F (.in version exists)"; \
236                 elif test "x$$B" = xrun-with-tmp-session-bus.conf; then \
237                         echo "-- Skipping file $$F (generated)"; \
238                 elif test -e "$(top_srcdir)/bus/$$B"; then \
239                         echo "-- Skipping file $$F (from /bus/)"; \
240                 else \
241                         echo '-- Disting file '$$F ; \
242                         cp -f $(srcdir)/$$F $(distdir)/$$F || exit 1; \
243                 fi; \
244         done
245
246 ## copy tests to builddir so that generated tests and static tests 
247 ## are all in one place.
248 all-local:
249         $(AM_V_at)for D in $(TESTDIRS); do                                                              \
250                 test -d $(top_builddir)/test/$$D || mkdir $(top_builddir)/test/$$D || exit 1 ;  \
251         done ;                                                                                  \
252         if ! (test $(srcdir) = . || test $(srcdir) -ef .) ; then                                                                \
253                 FILES=`(cd $(srcdir) && $(FIND_TESTS) | grep -Ev "(.svn|CVS)" )` ;                                      \
254                 for F in $$FILES; do                                                            \
255                         SRC=$(srcdir)/$$F ;                                                     \
256                         DEST=$(top_builddir)/test/$$F ;                                         \
257                         echo '-- Copying test file '$$F ;                                       \
258                         cp $$SRC $$DEST || exit 1 ;                                             \
259                         chmod u+w $$DEST || exit 1 ;                                            \
260                 done ;                                                                          \
261         else                                                                                    \
262                 echo '-- No need to copy test data as srcdir = builddir' ;                      \
263         fi ;                                                                                    \
264         echo '-- Copying' $(top_builddir)/bus/*.conf 'to test directory' ;                      \
265         cp $(top_builddir)/bus/*.conf $(top_builddir)/test/data/valid-config-files || exit 1 ;  \
266         chmod u+w $(top_builddir)/test/data/valid-config-files/*.conf || exit 1
267
268 ## this doesn't clean generated test data files when srcdir=builddir
269 clean-local:
270         if test $(srcdir) != . ; then                                   \
271                 FILES=`(cd $(top_builddir)/test && $(FIND_TESTS) | grep -Ev "(.svn|CVS)" )` ;   \
272                 for F in $$FILES; do                                    \
273                         DEST=$(top_builddir)/test/$$F ;                 \
274                         echo '-- Deleting test file '$$F ;              \
275                         rm $$DEST || exit 1 ;                           \
276                 done ;                                                  \
277                 REVERSEDIRS= ;                                          \
278                 for D in $(TESTDIRS); do                                \
279                         REVERSEDIRS="$$D $$REVERSEDIRS" ;               \
280                 done ;                                                  \
281                 for D in $$REVERSEDIRS; do                              \
282                         rmdir $(top_builddir)/test/$$D || exit 1 ;      \
283                 done ;                                                  \
284         fi