GDBusConnection: Make pending calls error when the connection is lost
[platform/upstream/glib.git] / gio / tests / Makefile.am
1
2 NULL =
3 BUILT_SOURCES =
4
5 include $(top_srcdir)/Makefile.decl
6
7 SUBDIRS = gdbus-object-manager-example
8
9 INCLUDES =                      \
10         -g                      \
11         $(gio_INCLUDES)         \
12         $(GLIB_DEBUG_FLAGS)     \
13         -I$(top_builddir)/gio   \
14         -I$(top_srcdir)/gio     \
15         $(DBUS1_CFLAGS)         \
16         -DSRCDIR=\""$(srcdir)"\"
17
18 noinst_PROGRAMS = $(TEST_PROGS) $(SAMPLE_PROGS)
19 noinst_DATA = $(MISC_STUFF)
20
21 progs_ldadd     =                                       \
22         $(top_builddir)/glib/libglib-2.0.la             \
23         $(top_builddir)/gthread/libgthread-2.0.la       \
24         $(top_builddir)/gobject/libgobject-2.0.la       \
25         $(top_builddir)/gio/libgio-2.0.la
26
27 TEST_PROGS +=                   \
28         io-stream               \
29         actions                 \
30         memory-input-stream     \
31         memory-output-stream    \
32         readwrite               \
33         g-file                  \
34         g-file-info             \
35         converter-stream        \
36         data-input-stream       \
37         data-output-stream      \
38         g-icon                  \
39         buffered-input-stream   \
40         buffered-output-stream  \
41         sleepy-stream           \
42         filter-streams          \
43         volumemonitor           \
44         simple-async-result     \
45         srvtarget               \
46         contexts                \
47         gsettings               \
48         gschema-compile         \
49         async-close-output-stream \
50         gdbus-addresses         \
51         network-address         \
52         gdbus-message           \
53         socket                  \
54         pollable                \
55         tls-certificate         \
56         tls-interaction         \
57         cancellable             \
58         $(NULL)
59
60 if OS_UNIX
61 TEST_PROGS +=                   \
62         gdbus-close-pending     \
63         gdbus-connection        \
64         gdbus-connection-loss   \
65         gdbus-connection-slow   \
66         gdbus-names             \
67         gdbus-proxy             \
68         gdbus-proxy-threads     \
69         gdbus-proxy-well-known-name \
70         gdbus-introspection     \
71         gdbus-threading         \
72         gdbus-export            \
73         gdbus-error             \
74         gdbus-peer              \
75         gdbus-exit-on-close     \
76         gdbus-non-socket        \
77         gdbus-bz627724          \
78         appinfo                 \
79         contenttype             \
80         mimeapps                \
81         file                    \
82         $(NULL)
83 endif
84
85 SAMPLE_PROGS =                          \
86         resolver                        \
87         socket-server                   \
88         socket-client                   \
89         echo-server                     \
90         httpd                           \
91         send-data                       \
92         filter-cat                      \
93         gdbus-example-export            \
94         gdbus-example-own-name          \
95         gdbus-example-watch-name        \
96         gdbus-example-watch-proxy       \
97         gdbus-example-server            \
98         gdbus-example-subtree           \
99         gdbus-example-peer              \
100         gdbus-example-proxy-subclass    \
101         gdbus-connection-flush-helper   \
102         appinfo-test                    \
103         proxy                           \
104         gapplication-example-open       \
105         gapplication-example-cmdline    \
106         gapplication-example-cmdline2   \
107         gapplication-example-cmdline3   \
108         gapplication-example-actions    \
109         $(NULL)
110
111
112 if OS_UNIX
113 TEST_PROGS +=                   \
114         live-g-file             \
115         desktop-app-info        \
116         unix-fd                 \
117         unix-streams            \
118         gapplication            \
119         basic-application       \
120         gdbus-test-codegen      \
121         $(NULL)
122 SAMPLE_PROGS +=                                 \
123         gdbus-example-unix-fd-client            \
124         gdbus-example-objectmanager-server      \
125         gdbus-example-objectmanager-client      \
126         $(NULL)
127 endif
128
129 if OS_WIN32
130 TEST_PROGS += win32-streams
131 endif
132
133 io_stream_SOURCES = io-stream.c
134 io_stream_LDADD   = $(progs_ldadd)
135
136 actions_LDADD     = $(progs_ldadd)
137
138 memory_input_stream_SOURCES       = memory-input-stream.c
139 memory_input_stream_LDADD         = $(progs_ldadd)
140
141 memory_output_stream_SOURCES      = memory-output-stream.c
142 memory_output_stream_LDADD        = $(progs_ldadd)
143
144 g_file_SOURCES    = g-file.c
145 g_file_LDADD      = $(progs_ldadd)
146
147 readwrite_SOURCES         = readwrite.c
148 readwrite_LDADD   = $(progs_ldadd)
149
150 g_file_info_SOURCES     = g-file-info.c
151 g_file_info_LDADD       = $(progs_ldadd)
152
153 converter_stream_SOURCES        = converter-stream.c
154 converter_stream_LDADD          = $(progs_ldadd)
155
156 data_input_stream_SOURCES       = data-input-stream.c
157 data_input_stream_LDADD         = $(progs_ldadd)
158
159 data_output_stream_SOURCES      = data-output-stream.c
160 data_output_stream_LDADD        = $(progs_ldadd)
161
162 async_close_output_stream_SOURCES       = async-close-output-stream.c
163 async_close_output_stream_LDADD         = $(progs_ldadd)
164
165 filter_cat_SOURCES      = filter-cat.c
166 filter_cat_LDADD        = $(progs_ldadd)
167
168 g_icon_SOURCES  = g-icon.c
169 g_icon_LDADD    = $(progs_ldadd)
170
171 buffered_input_stream_SOURCES   = buffered-input-stream.c
172 buffered_input_stream_LDADD     = $(progs_ldadd)
173
174 buffered_output_stream_SOURCES  = buffered-output-stream.c
175 buffered_output_stream_LDADD    = $(progs_ldadd)
176
177 live_g_file_SOURCES       = live-g-file.c
178 live_g_file_LDADD         = $(progs_ldadd)
179
180 desktop_app_info_SOURCES  = desktop-app-info.c
181 desktop_app_info_LDADD    = $(progs_ldadd)
182
183 unix_streams_SOURCES      = unix-streams.c
184 unix_streams_LDADD        = $(progs_ldadd) \
185         $(top_builddir)/gthread/libgthread-2.0.la
186
187 win32_streams_SOURCES     = win32-streams.c
188 win32_streams_LDADD       = $(progs_ldadd) \
189         $(top_builddir)/gthread/libgthread-2.0.la
190
191 unix_fd_SOURCES   = unix-fd.c
192 unix_fd_LDADD     = $(progs_ldadd)
193
194 simple_async_result_SOURCES     = simple-async-result.c
195 simple_async_result_LDADD       = $(progs_ldadd)
196
197 sleepy_stream_SOURCES           = sleepy-stream.c
198 sleepy_stream_LDADD             = $(progs_ldadd)
199
200 filter_streams_SOURCES          = filter-streams.c
201 filter_streams_LDADD            = $(progs_ldadd)
202
203 volumemonitor_SOURCES           = volumemonitor.c
204 volumemonitor_LDADD             = $(progs_ldadd)
205
206 resolver_SOURCES          = resolver.c
207 resolver_LDADD            = $(progs_ldadd) \
208         $(top_builddir)/gthread/libgthread-2.0.la
209
210 socket_server_SOURCES     = socket-server.c
211 socket_server_LDADD       = $(progs_ldadd) \
212         $(top_builddir)/gthread/libgthread-2.0.la
213
214 socket_client_SOURCES     = socket-client.c \
215                             gtlsconsoleinteraction.c \
216                             gtlsconsoleinteraction.h
217 socket_client_LDADD       = $(progs_ldadd) \
218         $(top_builddir)/gthread/libgthread-2.0.la
219
220 echo_server_SOURCES       = echo-server.c
221 echo_server_LDADD         = $(progs_ldadd) \
222         $(top_builddir)/gthread/libgthread-2.0.la
223
224 httpd_SOURCES             = httpd.c
225 httpd_LDADD               = $(progs_ldadd) \
226         $(top_builddir)/gthread/libgthread-2.0.la
227
228 send_data_SOURCES         = send-data.c
229 send_data_LDADD           = $(progs_ldadd) \
230         $(top_builddir)/gthread/libgthread-2.0.la
231
232 srvtarget_SOURCES         = srvtarget.c
233 srvtarget_LDADD           = $(progs_ldadd)
234
235 network_address_SOURCE    = network-address.c
236 network_address_LDADD     = $(progs_ldadd)
237
238 socket_SOURCE             = socket.c
239 socket_LDADD              = $(progs_ldadd)
240
241 pollable_SOURCE           = pollable.c
242 pollable_LDADD            = $(progs_ldadd)
243
244 contexts_SOURCES          = contexts.c
245 contexts_LDADD            = $(progs_ldadd) \
246         $(top_builddir)/gthread/libgthread-2.0.la
247
248 gsettings_SOURCES         = gsettings.c
249 gsettings_LDADD           = $(progs_ldadd)
250
251 gschema_compile_SOURCES   = gschema-compile.c
252 gschema_compile_LDADD     = $(progs_ldadd)
253
254 if HAVE_DBUS1
255 TEST_PROGS += gdbus-serialization
256 gdbus_serialization_SOURCES = gdbus-serialization.c gdbus-tests.h gdbus-tests.c
257 gdbus_serialization_CFLAGS = $(DBUS1_CFLAGS)
258 gdbus_serialization_LDADD = $(progs_ldadd) $(DBUS1_LIBS)
259 endif
260
261 gdbus_addresses_SOURCES = gdbus-addresses.c
262 gdbus_addresses_LDADD = $(progs_ldadd)
263
264 gdbus_bz627724_SOURCES = gdbus-bz627724.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
265 gdbus_bz627724_LDADD = $(progs_ldadd)
266
267 gdbus_close_pending_SOURCES = gdbus-close-pending.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
268 gdbus_close_pending_LDADD = $(progs_ldadd)
269
270 if OS_UNIX
271 gdbus-test-codegen-generated.h gdbus-test-codegen-generated.c : test-codegen.xml Makefile $(top_builddir)/gio/gdbus-2.0/codegen/gdbus-codegen
272         $(AM_V_GEN) UNINSTALLED_GLIB_SRCDIR=$(top_srcdir) \
273                 UNINSTALLED_GLIB_BUILDDIR=$(top_builddir) \
274                 $(PYTHON) $(top_builddir)/gio/gdbus-2.0/codegen/gdbus-codegen \
275                 --interface-prefix org.project. \
276                 --generate-c-code gdbus-test-codegen-generated \
277                 --c-generate-object-manager \
278                 --c-namespace Foo_iGen \
279                 --generate-docbook gdbus-test-codegen-generated-doc \
280                 --annotate "org.project.Bar" Key1 Value1 \
281                 --annotate "org.project.Bar" org.gtk.GDBus.Internal Value2 \
282                 --annotate "org.project.Bar.HelloWorld()" Key3 Value3 \
283                 --annotate "org.project.Bar::TestSignal" Key4 Value4 \
284                 --annotate "org.project.Bar:ay" Key5 Value5 \
285                 --annotate "org.project.Bar.TestPrimitiveTypes()[val_int32]" Key6 Value6 \
286                 --annotate "org.project.Bar.TestPrimitiveTypes()[ret_uint32]" Key7 Value7 \
287                 --annotate "org.project.Bar::TestSignal[array_of_strings]" Key8 Value8 \
288                 $(srcdir)/test-codegen.xml \
289                 $(NULL)
290
291 BUILT_SOURCES += gdbus-test-codegen-generated.c gdbus-test-codegen-generated.h
292
293 gdbus_test_codegen_SOURCES  = gdbus-test-codegen.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
294 gdbus_test_codegen_SOURCES += gdbus-test-codegen-generated.c gdbus-test-codegen-generated.h
295 gdbus_test_codegen_LDADD = $(progs_ldadd)
296 endif # OS_UNIX
297
298 gdbus_connection_SOURCES = gdbus-connection.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
299 gdbus_connection_LDADD = $(progs_ldadd)
300
301 gdbus_connection_loss_SOURCES = gdbus-connection-loss.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
302 gdbus_connection_loss_LDADD = $(progs_ldadd)
303
304 gdbus_connection_slow_SOURCES = gdbus-connection-slow.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
305 gdbus_connection_slow_LDADD = $(progs_ldadd)
306
307 gdbus_message_SOURCES = gdbus-message.c
308 gdbus_message_LDADD = $(progs_ldadd)
309
310 gdbus_names_SOURCES = gdbus-names.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
311 gdbus_names_LDADD = $(progs_ldadd)
312
313 gdbus_proxy_SOURCES = gdbus-proxy.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
314 gdbus_proxy_LDADD = $(progs_ldadd)
315
316 gdbus_proxy_threads_SOURCES = gdbus-proxy-threads.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
317 gdbus_proxy_threads_LDADD = $(progs_ldadd)
318
319 gdbus_proxy_well_known_name_SOURCES = gdbus-proxy-well-known-name.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
320 gdbus_proxy_well_known_name_LDADD = $(progs_ldadd)
321
322 gdbus_introspection_SOURCES = gdbus-introspection.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
323 gdbus_introspection_LDADD = $(progs_ldadd)
324
325 gdbus_threading_SOURCES = gdbus-threading.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
326 gdbus_threading_LDADD = $(progs_ldadd)
327
328 gdbus_export_SOURCES = gdbus-export.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
329 gdbus_export_LDADD = $(progs_ldadd)
330
331 gdbus_error_SOURCES = gdbus-error.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
332 gdbus_error_LDADD = $(progs_ldadd)
333
334 gdbus_peer_SOURCES = gdbus-peer.c gdbus-tests.h gdbus-tests.c
335 gdbus_peer_LDADD = $(progs_ldadd)
336
337 gdbus_non_socket_SOURCES = gdbus-non-socket.c gdbus-tests.h gdbus-tests.c
338 gdbus_non_socket_LDADD = $(progs_ldadd)
339
340 gdbus_exit_on_close_SOURCES = gdbus-exit-on-close.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
341 gdbus_exit_on_close_LDADD = $(progs_ldadd)
342
343 gdbus_example_watch_name_SOURCES = gdbus-example-watch-name.c
344 gdbus_example_watch_name_LDADD   = $(progs_ldadd)
345
346 gdbus_example_watch_proxy_SOURCES = gdbus-example-watch-proxy.c
347 gdbus_example_watch_proxy_LDADD   = $(progs_ldadd)
348
349 gdbus_example_own_name_SOURCES = gdbus-example-own-name.c
350 gdbus_example_own_name_LDADD   = $(progs_ldadd)
351
352 gdbus_example_server_SOURCES = gdbus-example-server.c
353 gdbus_example_server_LDADD   = $(progs_ldadd)
354
355 gdbus_example_unix_fd_client_SOURCES = gdbus-example-unix-fd-client.c
356 gdbus_example_unix_fd_client_LDADD   = $(progs_ldadd)
357
358 gdbus_example_subtree_SOURCES = gdbus-example-subtree.c
359 gdbus_example_subtree_LDADD   = $(progs_ldadd)
360
361 gdbus_example_peer_SOURCES = gdbus-example-peer.c
362 gdbus_example_peer_LDADD   = $(progs_ldadd)
363
364 gdbus_example_proxy_subclass_SOURCES = gdbus-example-proxy-subclass.c
365 gdbus_example_proxy_subclass_LDADD   = $(progs_ldadd)
366
367 gdbus_example_export_SOURCES = gdbus-example-export.c
368 gdbus_example_export_LDADD   = $(progs_ldadd)
369
370 gdbus_connection_flush_helper_SOURCES = gdbus-connection-flush-helper.c
371 gdbus_connection_flush_helper_LDADD = $(progs_ldadd)
372
373 appinfo_SOURCES = appinfo.c
374 appinfo_LDADD   = $(progs_ldadd)
375
376 appinfo_test_SOURCES = appinfo-test.c
377 appinfo_test_LDADD   = $(progs_ldadd)
378
379 contenttype_SOURCES = contenttype.c
380 contenttype_LDADD   = $(progs_ldadd)
381
382 mimeapps_SOURCES = mimeapps.c
383 mimeapps_LDADD   = $(progs_ldadd)
384
385 file_SOURCES = file.c
386 file_LDADD   = $(progs_ldadd)
387
388 gapplication_SOURCES = gapplication.c gdbus-sessionbus.c
389 gapplication_LDADD = $(progs_ldadd)
390
391 basic_application_LDADD = $(progs_ldadd)
392
393 gapplication_example_open_SOURCES = gapplication-example-open.c
394 gapplication_example_open_LDADD   = $(progs_ldadd)
395
396 gapplication_example_cmdline_SOURCES = gapplication-example-cmdline.c
397 gapplication_example_cmdline_LDADD   = $(progs_ldadd)
398
399 gapplication_example_cmdline2_SOURCES = gapplication-example-cmdline2.c
400 gapplication_example_cmdline2_LDADD   = $(progs_ldadd)
401
402 gapplication_example_cmdline3_SOURCES = gapplication-example-cmdline3.c
403 gapplication_example_cmdline3_LDADD   = $(progs_ldadd)
404
405 gapplication_example_actions_SOURCES = gapplication-example-actions.c
406 gapplication_example_actions_LDADD   = $(progs_ldadd)
407
408 schema_tests = \
409         schema-tests/array-default-not-in-choices.gschema.xml           \
410         schema-tests/bad-choice.gschema.xml                             \
411         schema-tests/bad-key.gschema.xml                                \
412         schema-tests/bad-key2.gschema.xml                               \
413         schema-tests/bad-key3.gschema.xml                               \
414         schema-tests/bad-key4.gschema.xml                               \
415         schema-tests/bad-type.gschema.xml                               \
416         schema-tests/bare-alias.gschema.xml                             \
417         schema-tests/choice-alias.gschema.xml                           \
418         schema-tests/choice-bad.gschema.xml                             \
419         schema-tests/choice-badtype.gschema.xml                         \
420         schema-tests/choice-invalid-alias.gschema.xml                   \
421         schema-tests/choice-missing-value.gschema.xml                   \
422         schema-tests/choice-shadowed-alias.gschema.xml                  \
423         schema-tests/choice-upside-down.gschema.xml                     \
424         schema-tests/choice.gschema.xml                                 \
425         schema-tests/choices-wrong-type.gschema.xml                     \
426         schema-tests/default-in-aliases.gschema.xml                     \
427         schema-tests/default-not-in-choices.gschema.xml                 \
428         schema-tests/default-out-of-range.gschema.xml                   \
429         schema-tests/empty-key.gschema.xml                              \
430         schema-tests/enum-with-aliases.gschema.xml                      \
431         schema-tests/enum-with-bad-default.gschema.xml                  \
432         schema-tests/enum-with-chained-alias.gschema.xml                \
433         schema-tests/enum-with-choice.gschema.xml                       \
434         schema-tests/enum-with-invalid-alias.gschema.xml                \
435         schema-tests/enum-with-repeated-alias.gschema.xml               \
436         schema-tests/enum-with-repeated-nick.gschema.xml                \
437         schema-tests/enum-with-repeated-value.gschema.xml               \
438         schema-tests/enum-with-shadow-alias.gschema.xml                 \
439         schema-tests/enum.gschema.xml                                   \
440         schema-tests/flags-aliased-default.gschema.xml                  \
441         schema-tests/flags-bad-default.gschema.xml                      \
442         schema-tests/flags-more-than-one-bit.gschema.xml                \
443         schema-tests/flags-with-enum-attr.gschema.xml                   \
444         schema-tests/flags-with-enum-tag.gschema.xml                    \
445         schema-tests/extend-and-shadow-indirect.gschema.xml             \
446         schema-tests/extend-and-shadow.gschema.xml                      \
447         schema-tests/extend-missing.gschema.xml                         \
448         schema-tests/extend-nonlist.gschema.xml                         \
449         schema-tests/extend-self.gschema.xml                            \
450         schema-tests/extend-wrong-list-indirect.gschema.xml             \
451         schema-tests/extend-wrong-list.gschema.xml                      \
452         schema-tests/extending.gschema.xml                              \
453         schema-tests/from-docs.gschema.xml                              \
454         schema-tests/incomplete-list.gschema.xml                        \
455         schema-tests/inherit-gettext-domain.gschema.xml                 \
456         schema-tests/invalid-path.gschema.xml                           \
457         schema-tests/key-in-list-indirect.gschema.xml                   \
458         schema-tests/key-in-list.gschema.xml                            \
459         schema-tests/list-of-missing.gschema.xml                        \
460         schema-tests/missing-quotes.gschema.xml                         \
461         schema-tests/no-default.gschema.xml                             \
462         schema-tests/overflow.gschema.xml                               \
463         schema-tests/override-missing.gschema.xml                       \
464         schema-tests/override-range-error.gschema.xml                   \
465         schema-tests/override-then-key.gschema.xml                      \
466         schema-tests/override-twice.gschema.xml                         \
467         schema-tests/override-type-error.gschema.xml                    \
468         schema-tests/override.gschema.xml                               \
469         schema-tests/range-badtype.gschema.xml                          \
470         schema-tests/range-default-high.gschema.xml                     \
471         schema-tests/range-default-low.gschema.xml                      \
472         schema-tests/range-high-default.gschema.xml                     \
473         schema-tests/range-low-default.gschema.xml                      \
474         schema-tests/range-missing-max.gschema.xml                      \
475         schema-tests/range-missing-min.gschema.xml                      \
476         schema-tests/range-parse-error.gschema.xml                      \
477         schema-tests/range-wrong-type.gschema.xml                       \
478         schema-tests/range.gschema.xml                                  \
479         schema-tests/wrong-category.gschema.xml
480
481 proxy_SOURCES = proxy.c
482 proxy_LDADD   = $(progs_ldadd) \
483         $(top_builddir)/gthread/libgthread-2.0.la
484
485 tls_certificate_SOURCES = tls-certificate.c gtesttlsbackend.c gtesttlsbackend.h
486 tls_certificate_LDADD   = $(progs_ldadd)
487
488 tls_interaction_LDADD = $(progs_ldadd)
489
490 cancellable_LDADD = $(progs_ldadd)
491
492 # -----------------------------------------------------------------------------
493
494 if OS_UNIX
495 gdbus_example_objectmanager_server_SOURCES  = gdbus-example-objectmanager-server.c
496 gdbus_example_objectmanager_server_CFLAGS   = -I$(top_builddir)/gio/tests/gdbus-object-manager-example
497 gdbus_example_objectmanager_server_LDADD    = $(top_builddir)/gio/tests/gdbus-object-manager-example/libgdbus-example-objectmanager.la $(progs_ldadd)
498
499 gdbus_example_objectmanager_client_SOURCES  = gdbus-example-objectmanager-client.c
500 gdbus_example_objectmanager_client_CFLAGS   = -I$(top_builddir)/gio/tests/gdbus-object-manager-example
501 gdbus_example_objectmanager_client_LDADD    = $(top_builddir)/gio/tests/gdbus-object-manager-example/libgdbus-example-objectmanager.la $(progs_ldadd)
502 endif OS_UNIX
503
504 # -----------------------------------------------------------------------------
505
506 EXTRA_DIST += \
507         socket-common.c                 \
508         org.gtk.test.gschema            \
509         org.gtk.test.gschema.xml        \
510         testenum.h                      \
511         enums.xml.template              \
512         de.po                           \
513         $(schema_tests)                 \
514         appinfo-test.desktop            \
515         appinfo-test2.desktop           \
516         appinfo-test-gnome.desktop      \
517         appinfo-test-notgnome.desktop   \
518         gdbus-testserver.py             \
519         test-codegen.xml                \
520         cert1.pem                       \
521         cert2.pem                       \
522         cert3.pem                       \
523         key.pem                         \
524         key-cert.pem                    \
525         cert-key.pem                    \
526         cert-list.pem                   \
527         nothing.pem                     \
528         $(NULL)
529
530 MISC_STUFF = test.mo
531
532 test.mo: de.po
533         $(MSGFMT) -o test.mo $(srcdir)/de.po; \
534         $(MKDIR_P) de/LC_MESSAGES; \
535         cp -f test.mo de/LC_MESSAGES
536
537 CLEANFILES = gdbus-test-codegen-generated.[ch] gdbus-test-codegen-generated-doc-*.xml
538
539 DISTCLEANFILES = \
540         applications/mimeinfo.cache     \
541         org.gtk.test.enums.xml          \
542         de/LC_MESSAGES/test.mo          \
543         test.mo                         \
544         gsettings.store                 \
545         gschemas.compiled
546
547 distclean-local:
548         rm -r xdgdatahome xdgdatadir