]> Pileus Git - ~andy/gtk/blob - tests/Makefile.am
tests: Remove clientmessage test
[~andy/gtk] / tests / Makefile.am
1 ## Makefile.am for gtk+/tests
2 include $(top_srcdir)/Makefile.decl
3
4 INCLUDES =                              \
5         -I$(top_srcdir)                 \
6         -I$(top_builddir)/gdk           \
7         -I$(top_srcdir)/gdk             \
8         -DGDK_DISABLE_DEPRECATED        \
9         -DGTK_DISABLE_DEPRECATED        \
10         $(GTK_DEBUG_FLAGS)              \
11         $(GTK_DEP_CFLAGS)               \
12         $(GDK_DEP_CFLAGS)
13
14 DEPS = \
15         $(top_builddir)/gtk/libgtk-3.0.la
16
17 LDADDS = \
18         $(top_builddir)/gtk/libgtk-3.0.la       \
19         $(top_builddir)/gdk/libgdk-3.0.la       \
20         $(GTK_DEP_LIBS)                         \
21         -lm
22
23 if USE_X11
24 testsocket_programs = testsocket testsocket_child
25 endif
26
27 noinst_PROGRAMS =  $(TEST_PROGS)        \
28         simple                          \
29         flicker                         \
30         print-editor                    \
31         testaccel                       \
32         testadjustsize                  \
33         testappchooser                  \
34         testappchooserbutton            \
35         testassistant                   \
36         testbbox                        \
37         testbuttons                     \
38         testcairo                       \
39         testcalendar                    \
40         testcombo                       \
41         testcombochange                 \
42         testcellrenderertext            \
43         testdnd                         \
44         testellipsise                   \
45         testentrycompletion             \
46         testentryicons                  \
47         testfilechooser                 \
48         testfilechooserbutton           \
49         testframe                       \
50         testgeometry                    \
51         testgiconpixbuf                 \
52         testgrid                        \
53         testgtk                         \
54         testheightforwidth              \
55         testiconview                    \
56         testiconview-keynav             \
57         testicontheme                   \
58         testimage                       \
59         testinput                       \
60         testmenubars                    \
61         testmountoperation              \
62         testmultidisplay                \
63         testmultiscreen                 \
64         testnotebookdnd                 \
65         testnumerableicon               \
66         testnouiprint                   \
67         testoffscreen                   \
68         testoffscreenwindow             \
69         testorientable                  \
70         testprint                       \
71         testrecentchooser               \
72         testrecentchoosermenu           \
73         testrichtext                    \
74         testscale                       \
75         testselection                   \
76         $(testsocket_programs)          \
77         testspinbutton                  \
78         teststatusicon                  \
79         testtoolbar                     \
80         stresstest-toolbar              \
81         testtreeedit                    \
82         testtreemodel                   \
83         testtreeview                    \
84         testtreefocus                   \
85         testtreeflow                    \
86         testtreecolumns                 \
87         testtreecolumnsizing            \
88         testtreesort                    \
89         testverticalcells                       \
90         treestoretest                   \
91         testxinerama                    \
92         testwindows                     \
93         testmerge                       \
94         testactions                     \
95         testgrouping                    \
96         testtooltips                    \
97         testexpand                      \
98         testexpander                    \
99         testvolumebutton                \
100         testscrolledwindow              \
101         testswitch                      \
102         testcellarea                    \
103         testswitch                      \
104         styleexamples                   \
105         testtreemenu                    \
106         testtoplevelembed
107
108 if USE_X11
109 noinst_PROGRAMS += testerrors
110 endif
111
112 if HAVE_CXX
113 noinst_PROGRAMS += autotestkeywords
114 TESTS = autotestkeywords
115
116 autotestkeywords_SOURCES = autotestkeywords.cc
117 autotestkeywords_CPPFLAGS = -I$(srcdir)/dummy-headers
118
119 if HAVE_OBJC
120 autotestkeywords_CPPFLAGS += -DHAVE_OBJC=1 -x objective-c++
121 endif
122
123 endif
124
125 flicker_DEPENDENCIES = $(TEST_DEPS)
126 simple_DEPENDENCIES = $(TEST_DEPS)
127 print_editor_DEPENDENCIES = $(TEST_DEPS)
128 testheightforwidth_DEPENDENCIES = $(TEST_DEPS)
129 testicontheme_DEPENDENCIES = $(TEST_DEPS)
130 testiconview_DEPENDENCIES = $(TEST_DEPS)
131 testaccel_DEPENDENCIES = $(TEST_DEPS)
132 testadjustsize_DEPENDENCIES = $(TEST_DEPS)
133 testassistant_DEPENDENCIES = $(TEST_DEPS)
134 testbbox_DEPENDENCIES = $(TEST_DEPS)
135 testbuttons_DEPENDENCIES = $(TEST_DEPS)
136 testcairo_DEPENDENCIES = $(TEST_DEPS)
137 testcalendar_DEPENDENCIES = $(TEST_DEPS)
138 testcombo_DEPENDENCIES = $(TEST_DEPS)
139 testcombochange_DEPENDENCIES = $(TEST_DEPS)
140 testcellrenderertext_DEPENDENCIES = $(TEST_DEPS)
141 testdnd_DEPENDENCIES = $(TEST_DEPS)
142 testellipsise_DEPENDENCIES = $(TEST_DEPS)
143 testentrycompletion_DEPENDENCIES = $(TEST_DEPS)
144 testentryicons_DEPENDENCIES = $(TEST_DEPS)
145 testerrors_DEPENDENCIES = $(TEST_DEPS)
146 testfilechooser_DEPENDENCIES = $(TEST_DEPS)
147 testfilechooserbutton_DEPENDENCIES = $(TEST_DEPS)
148 testframe_DEPENDENCIES = $(TEST_DEPS)
149 testgeometry_DEPENDENCIES = $(TEST_DEPS)
150 testgiconpixbuf = $(TEST_DEPS)
151 testgrid_DEPENDENCIES = $(TEST_DEPS)
152 testgtk_DEPENDENCIES = $(TEST_DEPS)
153 testinput_DEPENDENCIES = $(TEST_DEPS)
154 testimage_DEPENDENCIES = $(TEST_DEPS)
155 testmenubars_DEPENDENCIES = $(TEST_DEPS)
156 testmountoperation_DEPENDENCIES = $(TEST_DEPS)
157 testmultidisplay_DEPENDENCIES = $(TEST_DEPS)
158 testmultiscreen_DEPENDENCIES = $(TEST_DEPS)
159 testnotebookdnd_DEPENDENCIES = $(TEST_DEPS)
160 testnouiprint_DEPENDENCIES = $(TEST_DEPS)
161 testnumerableicon_DEPENDENCIES = $(TEST_DEPS)
162 testoffscreen_DEPENDENCIES = $(TEST_DEPS)
163 testoffscreenwindow_DEPENDENCIES = $(TEST_DEPS)
164 testappchooser_DEPENDENCIES = $(TEST_DEPS)
165 testappchooserbutton_DEPENDENCIES = $(TEST_DEPS)
166 testorientable_DEPENDENCIES = $(TEST_DEPS)
167 testprint_DEPENDENCIES = $(TEST_DEPS)
168 testrecentchooser_DEPENDENCIES = $(TEST_DEPS)
169 testrecentchoosermenu_DEPENDENCIES = $(TEST_DEPS)
170 testrichtext_DEPENDENCIES = $(TEST_DEPS)
171 testscale_DEPENDENCIES = $(TEST_DEPS)
172 testselection_DEPENDENCIES = $(TEST_DEPS)
173 testsocket_DEPENDENCIES = $(DEPS)
174 testsocket_child_DEPENDENCIES = $(DEPS)
175 testspinbutton_DEPENDENCIES = $(TEST_DEPS)
176 teststatusicon_DEPENDENCIES = $(TEST_DEPS)
177 testtreeedit_DEPENDENCIES = $(DEPS)
178 testtreemodel_DEPENDENCIES = $(DEPS)
179 testtreeview_DEPENDENCIES = $(DEPS)
180 testtreefocus_DEPENDENCIES = $(DEPS)
181 testtreeflow_DEPENDENCIES = $(DEPS)
182 testtreecolumns_DEPENDENCIES = $(DEPS)
183 testtreecolumnsizing_DEPENDENCIES = $(DEPS)
184 testtreesort_DEPENDENCIES = $(DEPS)
185 testverticalcells_DEPENDENCIES = $(DEPS)
186 treestoretest_DEPENDENCIES = $(TEST_DEPS)
187 testxinerama_DEPENDENCIES = $(TEST_DEPS)
188 testmerge_DEPENDENCIES = $(TEST_DEPS)
189 testactions_DEPENDENCIES = $(TEST_DEPS)
190 testgrouping_DEPENDENCIES = $(TEST_DEPS)
191 testtooltips_DEPENDENCIES = $(TEST_DEPS)
192 testvolumebutton_DEPENDENCIES = $(TEST_DEPS)
193 testscrolledwindow_DEPENDENCIES = $(TEST_DEPS)
194 testcellarea_DEPENDENCIES = $(TEST_DEPS)
195 testtreemenu_DEPENDENCIES = $(TEST_DEPS)
196 testwindows_DEPENDENCIES = $(TEST_DEPS)
197 testexpand_DEPENDENCIES = $(TEST_DEPS)
198 testexpander_DEPENDENCIES = $(TEST_DEPS)
199 testswitch_DEPENDENCIES = $(TEST_DEPS)
200 styleexamples_DEPENDENCIES = $(TEST_DEPS)
201 testtoplevelembed_DEPENDENCIES = $(TEST_DEPS)
202
203 flicker_LDADD = $(LDADDS)
204 simple_LDADD = $(LDADDS)
205 print_editor_LDADD = $(LDADDS)
206 testaccel_LDADD = $(LDADDS)
207 testadjustsize_LDADD = $(LDADDS)
208 testassistant_LDADD = $(LDADDS)
209 testbbox_LDADD = $(LDADDS)
210 testbuttons_LDADD = $(LDADDS)
211 testcairo_LDADD = $(LDADDS)
212 testcalendar_LDADD = $(LDADDS)
213 testcombo_LDADD = $(LDADDS)
214 testcombochange_LDADD = $(LDADDS)
215 testcellrenderertext_LDADD = $(LDADDS)
216 testdnd_LDADD = $(LDADDS)
217 testellipsise_LDADD = $(LDADDS)
218 testentrycompletion_LDADD = $(LDADDS)
219 testentryicons_LDADD = $(LDADDS)
220 testerrors_LDADD = $(LDADDS)
221 testfilechooser_LDADD = $(LDADDS)
222 testfilechooserbutton_LDADD = $(LDADDS)
223 testframe_LDADD = $(LDADDS)
224 testgeometry_LDADD = $(LDADDS)
225 testgiconpixbuf_LDADD = $(LDADDS)
226 testgrid_LDADD = $(LDADDS)
227 testgtk_LDADD = $(LDADDS)
228 testheightforwidth_LDADD = $(LDADDS)
229 testicontheme_LDADD = $(LDADDS)
230 testiconview_LDADD = $(LDADDS)
231 testiconview_keynav_LDADD = $(LDADDS)
232 testinput_LDADD = $(LDADDS)
233 testimage_LDADD = $(LDADDS)
234 testmenubars_LDADD = $(LDADDS)
235 testmountoperation_LDADD = $(LDADDS)
236 testmultidisplay_LDADD = $(LDADDS)
237 testmultiscreen_LDADD = $(LDADDS)
238 testnotebookdnd_LDADD = $(LDADDS)
239 testnouiprint_LDADD = $(LDADDS)
240 testnumerableicon_LDADD = $(LDADDS)
241 testoffscreen_LDADD = $(LDADDS)
242 testoffscreenwindow_LDADD = $(LDADDS)
243 testappchooser_LDADD = $(LDADDS)
244 testappchooserbutton_LDADD = $(LDADDS)
245 testorientable_LDADD = $(LDADDS)
246 testprint_LDADD = $(LDADDS)
247 testrecentchooser_LDADD = $(LDADDS)
248 testrecentchoosermenu_LDADD = $(LDADDS)
249 testrichtext_LDADD = $(LDADDS)
250 testscale_LDADD = $(LDADDS)
251 testselection_LDADD = $(LDADDS)
252 testsocket_LDADD = $(LDADDS)
253 testsocket_child_LDADD = $(LDADDS)
254 testspinbutton_LDADD = $(LDADDS)
255 teststatusicon_LDADD = $(LDADDS)
256 testtoolbar_LDADD = $(LDADDS)
257 stresstest_toolbar_LDADD = $(LDADDS)
258 testtreeedit_LDADD = $(LDADDS)
259 testtreemodel_LDADD = $(LDADDS)
260 testtreeview_LDADD = $(LDADDS)
261 testtreefocus_LDADD = $(LDADDS)
262 testtreeflow_LDADD = $(LDADDS)
263 testtreecolumns_LDADD = $(LDADDS)
264 testtreecolumnsizing_LDADD = $(LDADDS)
265 testtreesort_LDADD = $(LDADDS)
266 testverticalcells_LDADD = $(LDADDS)
267 treestoretest_LDADD = $(LDADDS)
268 testxinerama_LDADD = $(LDADDS)
269 testmerge_LDADD = $(LDADDS)
270 testactions_LDADD = $(LDADDS)
271 testgrouping_LDADD = $(LDADDS)
272 testtooltips_LDADD = $(LDADDS)
273 testvolumebutton_LDADD = $(LDADDS)
274 testscrolledwindow_LDADD = $(LDADDS)
275 testcellarea_LDADD = $(LDADDS)
276 testtreemenu_LDADD = $(LDADDS)
277 testwindows_LDADD = $(LDADDS)
278 testexpand_LDADD = $(LDADDS)
279 testexpander_LDADD = $(LDADDS)
280 testswitch_LDADD = $(LDADDS)
281 styleexamples_LDADD = $(LDADDS)
282 testtoplevelembed_LDADD = $(LDADDS)
283
284 testentrycompletion_SOURCES =   \
285         prop-editor.c           \
286         testentrycompletion.c
287
288 testentryicons_SOURCES =        \
289         prop-editor.c           \
290         testentryicons.c
291
292 testfilechooser_SOURCES =       \
293         prop-editor.c           \
294         testfilechooser.c
295
296 testfilechooserbutton_SOURCES = \
297         prop-editor.c           \
298         testfilechooserbutton.c
299
300 testgrid_SOURCES =      \
301         testgrid.c
302
303 testgtk_SOURCES =       \
304         prop-editor.c   \
305         testgtk.c
306
307 testtreeedit_SOURCES =  \
308         testtreeedit.c
309
310 testtreemodel_SOURCES = \
311         testtreemodel.c
312
313 testtreeview_SOURCES =  \
314         prop-editor.c   \
315         testtreeview.c
316
317 testtoolbar_SOURCES =   \
318         testtoolbar.c   \
319         prop-editor.c
320
321 testprint_SOURCES =     \
322         testprint.c             \
323         testprintfileoperation.h \
324         testprintfileoperation.c
325
326 testsocket_SOURCES =            \
327         testsocket.c            \
328         testsocket_common.c
329
330 testsocket_child_SOURCES =      \
331         testsocket_child.c      \
332         testsocket_common.c
333
334 testspinbutton_SOURCES =        \
335         testspinbutton.c
336
337 teststatusicon_SOURCES =        \
338         prop-editor.c           \
339         teststatusicon.c
340
341 testmerge_SOURCES =             \
342         testmerge.c
343
344 testactions_SOURCES =           \
345         testactions.c
346
347 testbbox_SOURCES =              \
348         testbbox.c
349
350 testbuttons_SOURCES =           \
351         testbuttons.c
352
353 testframe_SOURCES =             \
354         testframe.c
355
356 testgeometry_SOURCES =          \
357         testgeometry.c
358
359 testgiconpixbuf_SOURCES =       \
360         testgiconpixbuf.c
361
362 testiconview_SOURCES =          \
363         testiconview.c          \
364         prop-editor.c
365
366 testiconview_keynav_SOURCES =   \
367         testiconview-keynav.c
368
369 testnumerableicon_SOURCES =     \
370         testnumerableicon.c     \
371         prop-editor.c
372
373 testrecentchooser_SOURCES =     \
374         prop-editor.c           \
375         testrecentchooser.c
376
377 testgrouping_SOURCES =          \
378         testgrouping.c
379
380 testtooltips_SOURCES =          \
381         testtooltips.c
382
383 testrecentchoosermenu_SOURCES = \
384         testrecentchoosermenu.c
385
386 testvolumebutton_SOURCES =      \
387         testvolumebutton.c
388
389 testscrolledwindow_SOURCES =    \
390         testscrolledwindow.c
391
392 testcellarea_SOURCES =          \
393         testcellarea.c          \
394         cellareascaffold.c      \
395         cellareascaffold.h
396
397 testtreemenu_SOURCES =          \
398         testtreemenu.c
399
400 testoffscreen_SOURCES =         \
401         gtkoffscreenbox.c       \
402         gtkoffscreenbox.h       \
403         testoffscreen.c
404
405 testoffscreenwindow_SOURCES =   \
406         testoffscreenwindow.c
407
408 testappchooser_SOURCES = \
409         testappchooser.c
410
411 testappchooserbutton_SOURCES = \
412         testappchooserbutton.c
413
414 testwindows_SOURCES =   \
415         testwindows.c
416
417 testexpand_SOURCES = testexpand.c
418
419 testexpander_SOURCES = testexpander.c
420
421 testswitch_SOURCES = testswitch.c
422
423 styleexamples_SOURCES = styleexamples.c
424
425 testtoplevelembed_SOURCES = testtoplevelembed.c
426
427 EXTRA_DIST +=                   \
428         gradient1.png           \
429         prop-editor.h           \
430         testgtk.1               \
431         testgtk.css             \
432         testgtk2.css            \
433         3DRings.xpm             \
434         FilesQueue.xpm          \
435         Modeller.xpm            \
436         check-y.xpm             \
437         check-n.xpm             \
438         marble.xpm              \
439         test.xpm                \
440         check-y.xpm             \
441         check-n.xpm             \
442         test.xpm                \
443         merge-1.ui              \
444         merge-2.ui              \
445         merge-3.ui              \
446         gnome-textfile.png      \
447         makefile.msc
448
449
450 -include $(top_srcdir)/git.mk