Add a simple integration test for dbus-daemon
[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) $(DBUS_TEST_CFLAGS) 
8
9 libdbus_testutils_la_SOURCES = test-utils.h test-utils.c
10
11 noinst_LTLIBRARIES = libdbus-testutils.la
12
13 if DBUS_BUILD_TESTS
14 ## break-loader removed for now
15 ## most of these binaries are used in tests but are not themselves tests
16 TEST_BINARIES=test-service test-names test-shell-service shell-test spawn-test test-segfault test-exit test-sleep-forever
17
18 ## these are the things to run in make check (i.e. they are actual tests)
19 ## (binaries in here must also be in TEST_BINARIES)
20 TESTS=shell-test
21 else
22 TEST_BINARIES=
23 TESTS=
24 endif
25
26 noinst_PROGRAMS= $(TEST_BINARIES)
27
28 test_service_SOURCES=                           \
29         test-service.c
30
31 test_names_SOURCES=                             \
32         test-names.c
33
34 ##break_loader_SOURCES=                         \
35 ##      break-loader.c
36
37 test_shell_service_SOURCES =                    \
38         test-shell-service.c
39
40 shell_test_SOURCES=                             \
41         shell-test.c
42
43 spawn_test_SOURCES=                             \
44         spawn-test.c
45
46 test_exit_SOURCES =                             \
47         test-exit.c
48
49 test_segfault_SOURCES =                         \
50         test-segfault.c
51
52 test_sleep_forever_SOURCES =                    \
53         test-sleep-forever.c
54
55 # This assumes that most tests will be linked to libdbus-internal;
56 # tests linked to only the public libdbus have their own CPPFLAGS.
57 AM_CPPFLAGS=-DDBUS_STATIC_BUILD
58 TEST_LIBS=$(top_builddir)/dbus/libdbus-internal.la $(DBUS_TEST_LIBS)
59
60 test_service_LDADD=libdbus-testutils.la $(TEST_LIBS)
61 test_service_LDFLAGS=@R_DYNAMIC_LDFLAG@
62 test_names_LDADD=libdbus-testutils.la $(TEST_LIBS)
63 test_names_LDFLAGS=@R_DYNAMIC_LDFLAG@
64 ## break_loader_LDADD= $(TEST_LIBS)
65 ## break_loader_LDFLAGS=@R_DYNAMIC_LDFLAG@
66 test_shell_service_LDADD=libdbus-testutils.la $(TEST_LIBS)
67 test_shell_service_LDFLAGS=@R_DYNAMIC_LDFLAG@
68 shell_test_LDADD=libdbus-testutils.la $(TEST_LIBS)
69 shell_test_LDFLAGS=@R_DYNAMIC_LDFLAG@
70 spawn_test_LDADD=$(TEST_LIBS)
71 spawn_test_LDFLAGS=@R_DYNAMIC_LDFLAG@
72
73 EXTRA_DIST=
74
75 modular_tests = \
76         test-dbus-daemon \
77         test-loopback \
78         test-relay
79
80 installcheck_tests =
81 installcheck_environment = \
82         DBUS_TEST_DAEMON=$(DESTDIR)$(DBUS_DAEMONDIR)/dbus-daemon$(EXEEXT) \
83         DBUS_TEST_DATA=@abs_top_builddir@/test/data \
84         DBUS_TEST_USE_INSTALLED=1
85
86 TESTS_ENVIRONMENT = \
87         DBUS_TEST_DAEMON=@abs_top_builddir@/bus/dbus-daemon$(EXEEXT) \
88         DBUS_TEST_DATA=@abs_top_builddir@/test/data
89
90 test_loopback_SOURCES = loopback.c
91 test_loopback_CPPFLAGS = $(GLIB_CFLAGS) $(DBUS_GLIB_CFLAGS)
92 test_loopback_LDFLAGS = @R_DYNAMIC_LDFLAG@
93 test_loopback_LDADD = $(top_builddir)/dbus/libdbus-1.la \
94     $(GLIB_LIBS) \
95     $(DBUS_GLIB_LIBS)
96
97 test_relay_SOURCES = relay.c
98 test_relay_CPPFLAGS = $(GLIB_CFLAGS) $(DBUS_GLIB_CFLAGS)
99 test_relay_LDFLAGS = @R_DYNAMIC_LDFLAG@
100 test_relay_LDADD = $(top_builddir)/dbus/libdbus-1.la \
101     $(GLIB_LIBS) \
102     $(DBUS_GLIB_LIBS)
103
104 test_dbus_daemon_SOURCES = dbus-daemon.c
105 test_dbus_daemon_CPPFLAGS = $(GLIB_CFLAGS) $(DBUS_GLIB_CFLAGS)
106 test_dbus_daemon_LDFLAGS = @R_DYNAMIC_LDFLAG@
107 test_dbus_daemon_LDADD = $(top_builddir)/dbus/libdbus-1.la \
108     $(GLIB_LIBS) \
109     $(DBUS_GLIB_LIBS)
110
111 if DBUS_ENABLE_MODULAR_TESTS
112 noinst_PROGRAMS += $(modular_tests)
113 TESTS += $(modular_tests)
114 installcheck_tests += $(modular_tests)
115 endif DBUS_ENABLE_MODULAR_TESTS
116
117 installcheck-local:
118         $(MAKE) check-TESTS TESTS='$$(installcheck_tests)' \
119                 TESTS_ENVIRONMENT='$$(installcheck_environment)'
120
121 ## keep these in creation order, i.e. uppermost dirs first 
122 TESTDIRS=                                       \
123         data                                    \
124         data/valid-messages                     \
125         data/invalid-messages                   \
126         data/incomplete-messages                \
127         data/auth                               \
128         data/sha-1                              \
129         data/valid-config-files                 \
130         data/valid-config-files-system          \
131         data/valid-config-files/basic.d         \
132         data/valid-config-files/session.d       \
133         data/valid-config-files/system.d        \
134         data/valid-service-files                \
135         data/valid-service-files-system         \
136         data/invalid-service-files-system       \
137         data/invalid-config-files               \
138         data/invalid-config-files-system        \
139         data/equiv-config-files                 \
140         data/equiv-config-files/basic           \
141         data/equiv-config-files/basic/basic.d   \
142         data/equiv-config-files/entities        \
143         data/equiv-config-files/entities/basic.d
144
145
146 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" \)
147
148 dist-hook:
149         for D in $(TESTDIRS); do                                                \
150                 test -d $(distdir)/$$D || mkdir $(distdir)/$$D || exit 1 ;      \
151         done ;                                                                  \
152         FILES=`(cd $(srcdir) && $(FIND_TESTS) -o -name "*.in" -a -not -name Makefile.in | grep -Ev "(.svn|CVS)" )` ;                                    \
153         for F in $$FILES; do                                                    \
154                 B=`basename $$F`; \
155                 if test -e $$F.in; then \
156                         echo "-- Skipping file $$F (.in version exists)"; \
157                 elif test "x$$B" = xrun-with-tmp-session-bus.conf; then \
158                         echo "-- Skipping file $$F (generated)"; \
159                 elif test -e "$(top_srcdir)/bus/$$B"; then \
160                         echo "-- Skipping file $$F (from /bus/)"; \
161                 else \
162                         echo '-- Disting file '$$F ; \
163                         cp -f $(srcdir)/$$F $(distdir)/$$F || exit 1; \
164                 fi; \
165         done
166
167 ## copy tests to builddir so that generated tests and static tests 
168 ## are all in one place.
169 all-local:
170         $(AM_V_at)for D in $(TESTDIRS); do                                                              \
171                 test -d $(top_builddir)/test/$$D || mkdir $(top_builddir)/test/$$D || exit 1 ;  \
172         done ;                                                                                  \
173         if ! (test $(srcdir) = . || test $(srcdir) -ef .) ; then                                                                \
174                 FILES=`(cd $(srcdir) && $(FIND_TESTS) | grep -Ev "(.svn|CVS)" )` ;                                      \
175                 for F in $$FILES; do                                                            \
176                         SRC=$(srcdir)/$$F ;                                                     \
177                         DEST=$(top_builddir)/test/$$F ;                                         \
178                         echo '-- Copying test file '$$F ;                                       \
179                         cp $$SRC $$DEST || exit 1 ;                                             \
180                         chmod u+w $$DEST || exit 1 ;                                            \
181                 done ;                                                                          \
182         else                                                                                    \
183                 echo '-- No need to copy test data as srcdir = builddir' ;                      \
184         fi ;                                                                                    \
185         echo '-- Copying' $(top_builddir)/bus/*.conf 'to test directory' ;                      \
186         cp $(top_builddir)/bus/*.conf $(top_builddir)/test/data/valid-config-files || exit 1 ;  \
187         chmod u+w $(top_builddir)/test/data/valid-config-files/*.conf || exit 1
188
189 ## this doesn't clean generated test data files when srcdir=builddir
190 clean-local:
191         if test $(srcdir) != . ; then                                   \
192                 FILES=`(cd $(top_builddir)/test && $(FIND_TESTS) | grep -Ev "(.svn|CVS)" )` ;   \
193                 for F in $$FILES; do                                    \
194                         DEST=$(top_builddir)/test/$$F ;                 \
195                         echo '-- Deleting test file '$$F ;              \
196                         rm $$DEST || exit 1 ;                           \
197                 done ;                                                  \
198                 REVERSEDIRS= ;                                          \
199                 for D in $(TESTDIRS); do                                \
200                         REVERSEDIRS="$$D $$REVERSEDIRS" ;               \
201                 done ;                                                  \
202                 for D in $$REVERSEDIRS; do                              \
203                         rmdir $(top_builddir)/test/$$D || exit 1 ;      \
204                 done ;                                                  \
205         fi