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