]> Pileus Git - ~andy/gtk/blob - tests/Makefile.am
Update expected dump output for color choooser
[~andy/gtk] / tests / Makefile.am
1 ## Makefile.am for gtk+/tests
2 include $(top_srcdir)/Makefile.decl
3
4 SUBDIRS = css reftests a11y visuals
5
6 AM_CPPFLAGS =                           \
7         -I$(top_srcdir)                 \
8         -I$(top_builddir)/gdk           \
9         -I$(top_srcdir)/gdk             \
10         $(GTK_DEBUG_FLAGS)              \
11         $(GTK_DEP_CFLAGS)               \
12         $(GDK_DEP_CFLAGS)
13
14 DEPS = \
15         $(top_builddir)/gtk/libgtk-3.la
16
17 LDADD = \
18         $(top_builddir)/gtk/libgtk-3.la \
19         $(top_builddir)/gdk/libgdk-3.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         testboxcss                      \
38         testbuttons                     \
39         testcairo                       \
40         testcalendar                    \
41         testclipboard                   \
42         testcolorchooser                \
43         testcombo                       \
44         testcombochange                 \
45         testcellrenderertext            \
46         testdnd                         \
47         testellipsise                   \
48         testentrycompletion             \
49         testentryicons                  \
50         testfilechooser                 \
51         testfilechooserbutton           \
52         testfontselection               \
53         testfontselectiondialog         \
54         testfontchooser                 \
55         testfontchooserdialog           \
56         testframe                       \
57         testgeometry                    \
58         testgiconpixbuf                 \
59         testgrid                        \
60         testgtk                         \
61         testheightforwidth              \
62         testiconview                    \
63         testiconview-keynav             \
64         testicontheme                   \
65         testimage                       \
66         testinput                       \
67         testkineticscrolling            \
68         testlockbutton                  \
69         testmenubars                    \
70         testmenubutton                  \
71         testmountoperation              \
72         testmultidisplay                \
73         testmultiscreen                 \
74         testnotebookdnd                 \
75         testnumerableicon               \
76         testnouiprint                   \
77         testoffscreen                   \
78         testoffscreenwindow             \
79         testorientable                  \
80         testoverlay                     \
81         testoverlaystyleclass           \
82         testprint                       \
83         testrecentchooser               \
84         testrecentchoosermenu           \
85         testrichtext                    \
86         testscale                       \
87         testselection                   \
88         $(testsocket_programs)          \
89         testspinbutton                  \
90         teststatusicon                  \
91         testtoolbar                     \
92         stresstest-toolbar              \
93         testtreechanging                \
94         testtreeedit                    \
95         testtreemodel                   \
96         testtreeview                    \
97         testtreefocus                   \
98         testtreeflow                    \
99         testtreecolumns                 \
100         testtreecolumnsizing            \
101         testtreesort                    \
102         testverticalcells               \
103         treestoretest                   \
104         testxinerama                    \
105         testwindows                     \
106         testmerge                       \
107         testactions                     \
108         testgrouping                    \
109         testtooltips                    \
110         testexpand                      \
111         testexpander                    \
112         testvolumebutton                \
113         testscrolledwindow              \
114         testswitch                      \
115         testcellarea                    \
116         testswitch                      \
117         styleexamples                   \
118         testtreemenu                    \
119         testtoplevelembed               \
120         testnoscreen                    \
121         testtreepos                     \
122         testsensitive                   \
123         testtextview                    \
124         testanimation                   \
125         testpixbuf-save                 \
126         testpixbuf-color                \
127         testpixbuf-scale                \
128         testgmenu                       \
129         testlogout
130
131 if USE_X11
132 noinst_PROGRAMS += testerrors
133 endif
134
135 if HAVE_CXX
136
137 AM_CXXFLAGS = $(AM_CPPFLAGS)
138
139 noinst_PROGRAMS += autotestkeywords
140 TESTS = autotestkeywords
141
142 autotestkeywords_SOURCES = autotestkeywords.cc
143 autotestkeywords_CPPFLAGS = -I$(srcdir)/dummy-headers
144
145 if HAVE_OBJC
146 autotestkeywords_CPPFLAGS += -DHAVE_OBJC=1 -x objective-c++
147 endif
148
149 endif
150
151 flicker_DEPENDENCIES = $(TEST_DEPS)
152 simple_DEPENDENCIES = $(TEST_DEPS)
153 print_editor_DEPENDENCIES = $(TEST_DEPS)
154 testheightforwidth_DEPENDENCIES = $(TEST_DEPS)
155 testicontheme_DEPENDENCIES = $(TEST_DEPS)
156 testiconview_DEPENDENCIES = $(TEST_DEPS)
157 testaccel_DEPENDENCIES = $(TEST_DEPS)
158 testadjustsize_DEPENDENCIES = $(TEST_DEPS)
159 testassistant_DEPENDENCIES = $(TEST_DEPS)
160 testbbox_DEPENDENCIES = $(TEST_DEPS)
161 testbuttons_DEPENDENCIES = $(TEST_DEPS)
162 testcairo_DEPENDENCIES = $(TEST_DEPS)
163 testcalendar_DEPENDENCIES = $(TEST_DEPS)
164 testclipboard_DEPENDENCIES = $(TEST_DEPS)
165 testcolorchooser_DEPENDENCIES = $(TEST_DEPS)
166 testcombo_DEPENDENCIES = $(TEST_DEPS)
167 testcombochange_DEPENDENCIES = $(TEST_DEPS)
168 testcellrenderertext_DEPENDENCIES = $(TEST_DEPS)
169 testdnd_DEPENDENCIES = $(TEST_DEPS)
170 testellipsise_DEPENDENCIES = $(TEST_DEPS)
171 testentrycompletion_DEPENDENCIES = $(TEST_DEPS)
172 testentryicons_DEPENDENCIES = $(TEST_DEPS)
173 testerrors_DEPENDENCIES = $(TEST_DEPS)
174 testfilechooser_DEPENDENCIES = $(TEST_DEPS)
175 testfilechooserbutton_DEPENDENCIES = $(TEST_DEPS)
176 testfontselection_DEPENDENCIES = $(TEST_DEPS)
177 testfontselectiondialog_DEPENDENCIES = $(TEST_DEPS)
178 testfontchooser_DEPENDENCIES = $(TEST_DEPS)
179 testfontchooserdialog_DEPENDENCIES = $(TEST_DEPS)
180 testframe_DEPENDENCIES = $(TEST_DEPS)
181 testgeometry_DEPENDENCIES = $(TEST_DEPS)
182 testgiconpixbuf = $(TEST_DEPS)
183 testgrid_DEPENDENCIES = $(TEST_DEPS)
184 testgtk_DEPENDENCIES = $(TEST_DEPS)
185 testinput_DEPENDENCIES = $(TEST_DEPS)
186 testimage_DEPENDENCIES = $(TEST_DEPS)
187 testkineticscrolling_DEPENDENCIES = $(TEST_DEPS)
188 testlockbutton_DEPENDENCIES = $(TEST_DEPS)
189 testmenubars_DEPENDENCIES = $(TEST_DEPS)
190 testmenubutton_DEPENDENCIES = $(TEST_DEPS)
191 testmountoperation_DEPENDENCIES = $(TEST_DEPS)
192 testmultidisplay_DEPENDENCIES = $(TEST_DEPS)
193 testmultiscreen_DEPENDENCIES = $(TEST_DEPS)
194 testnotebookdnd_DEPENDENCIES = $(TEST_DEPS)
195 testnouiprint_DEPENDENCIES = $(TEST_DEPS)
196 testnumerableicon_DEPENDENCIES = $(TEST_DEPS)
197 testoffscreen_DEPENDENCIES = $(TEST_DEPS)
198 testoffscreenwindow_DEPENDENCIES = $(TEST_DEPS)
199 testappchooser_DEPENDENCIES = $(TEST_DEPS)
200 testappchooserbutton_DEPENDENCIES = $(TEST_DEPS)
201 testorientable_DEPENDENCIES = $(TEST_DEPS)
202 testoverlay_DEPENDENCIES = $(TEST_DEPS)
203 testoverlaystyleclass_DEPENDENCIES = $(TEST_DEPS)
204 testprint_DEPENDENCIES = $(TEST_DEPS)
205 testrecentchooser_DEPENDENCIES = $(TEST_DEPS)
206 testrecentchoosermenu_DEPENDENCIES = $(TEST_DEPS)
207 testrichtext_DEPENDENCIES = $(TEST_DEPS)
208 testscale_DEPENDENCIES = $(TEST_DEPS)
209 testselection_DEPENDENCIES = $(TEST_DEPS)
210 testsocket_DEPENDENCIES = $(DEPS)
211 testsocket_child_DEPENDENCIES = $(DEPS)
212 testspinbutton_DEPENDENCIES = $(TEST_DEPS)
213 teststatusicon_DEPENDENCIES = $(TEST_DEPS)
214 testtreechanging_DEPENDENCIES = $(DEPS)
215 testtreeedit_DEPENDENCIES = $(DEPS)
216 testtreemodel_DEPENDENCIES = $(DEPS)
217 testtreeview_DEPENDENCIES = $(DEPS)
218 testtreefocus_DEPENDENCIES = $(DEPS)
219 testtreeflow_DEPENDENCIES = $(DEPS)
220 testtreecolumns_DEPENDENCIES = $(DEPS)
221 testtreecolumnsizing_DEPENDENCIES = $(DEPS)
222 testtreesort_DEPENDENCIES = $(DEPS)
223 testverticalcells_DEPENDENCIES = $(DEPS)
224 treestoretest_DEPENDENCIES = $(TEST_DEPS)
225 testxinerama_DEPENDENCIES = $(TEST_DEPS)
226 testmerge_DEPENDENCIES = $(TEST_DEPS)
227 testactions_DEPENDENCIES = $(TEST_DEPS)
228 testgrouping_DEPENDENCIES = $(TEST_DEPS)
229 testtooltips_DEPENDENCIES = $(TEST_DEPS)
230 testvolumebutton_DEPENDENCIES = $(TEST_DEPS)
231 testscrolledwindow_DEPENDENCIES = $(TEST_DEPS)
232 testcellarea_DEPENDENCIES = $(TEST_DEPS)
233 testtreemenu_DEPENDENCIES = $(TEST_DEPS)
234 testwindows_DEPENDENCIES = $(TEST_DEPS)
235 testexpand_DEPENDENCIES = $(TEST_DEPS)
236 testexpander_DEPENDENCIES = $(TEST_DEPS)
237 testswitch_DEPENDENCIES = $(TEST_DEPS)
238 styleexamples_DEPENDENCIES = $(TEST_DEPS)
239 testtoplevelembed_DEPENDENCIES = $(TEST_DEPS)
240 testnoscreen_DEPENDENCIES = $(TEST_DEPS)
241 testtreepos_DEPENDENCIES = $(TEST_DEPS)
242 testsensitive_DEPENDENCIES = $(TEST_DEPS)
243 testtextview_DEPENDENCIES = $(TEST_DEPS)
244 testanimation_DEPENDENCIES = $(TEST_DEPS)
245 testpixbuf_save_DEPENDENCIES = $(TEST_DEPS)
246 testpixbuf_color_DEPENDENCIES = $(TEST_DEPS)
247 testpixbuf_scale_DEPENDENCIES = $(TEST_DEPS)
248 testgmenu_DEPENDENCIES = $(TEST_DEPS)
249 testlogout_DEPENDENCIES = $(TEST_DEPS)
250
251 testboxcss_SOURCES =    \
252         testboxcss.c    \
253         prop-editor.c
254
255 testentrycompletion_SOURCES =   \
256         prop-editor.c           \
257         testentrycompletion.c
258
259 testentryicons_SOURCES =        \
260         prop-editor.c           \
261         testentryicons.c
262
263 testfilechooser_SOURCES =       \
264         prop-editor.c           \
265         testfilechooser.c
266
267 testfilechooserbutton_SOURCES = \
268         prop-editor.c           \
269         testfilechooserbutton.c
270
271 testfontselection_SOURCES = \
272         testfontselection.c
273
274 testfontselectiondialog_SOURCES = \
275         testfontselectiondialog.c
276
277 testfontchooser_SOURCES = \
278         prop-editor.c           \
279         testfontchooser.c
280
281 testfontchooserdialog_SOURCES = \
282         prop-editor.c           \
283         testfontchooserdialog.c
284
285 testgrid_SOURCES =      \
286         testgrid.c
287
288 testgtk_SOURCES =       \
289         prop-editor.c   \
290         testgtk.c
291
292 testtreechanging_SOURCES =      \
293         prop-editor.c           \
294         testtreechanging.c
295
296 testtreeedit_SOURCES =  \
297         testtreeedit.c
298
299 testtreemodel_SOURCES = \
300         testtreemodel.c
301
302 testtreeview_SOURCES =  \
303         prop-editor.c   \
304         testtreeview.c
305
306 testtoolbar_SOURCES =   \
307         testtoolbar.c   \
308         prop-editor.c
309
310 testmenubutton_SOURCES =        \
311         testmenubutton.c        \
312         prop-editor.c
313
314 testprint_SOURCES =     \
315         testprint.c             \
316         testprintfileoperation.h \
317         testprintfileoperation.c
318
319 testsocket_SOURCES =            \
320         testsocket.c            \
321         testsocket_common.c
322
323 testsocket_child_SOURCES =      \
324         testsocket_child.c      \
325         testsocket_common.c
326
327 testspinbutton_SOURCES =        \
328         testspinbutton.c
329
330 teststatusicon_SOURCES =        \
331         prop-editor.c           \
332         teststatusicon.c
333
334 testmerge_SOURCES =             \
335         testmerge.c
336
337 testactions_SOURCES =           \
338         testactions.c
339
340 testbbox_SOURCES =              \
341         testbbox.c
342
343 testbuttons_SOURCES =           \
344         testbuttons.c
345
346 testframe_SOURCES =             \
347         testframe.c
348
349 testgeometry_SOURCES =          \
350         testgeometry.c
351
352 testgiconpixbuf_SOURCES =       \
353         testgiconpixbuf.c
354
355 testiconview_SOURCES =          \
356         testiconview.c          \
357         prop-editor.c
358
359 testiconview_keynav_SOURCES =   \
360         testiconview-keynav.c
361
362 testnumerableicon_SOURCES =     \
363         testnumerableicon.c     \
364         prop-editor.c
365
366 testrecentchooser_SOURCES =     \
367         prop-editor.c           \
368         testrecentchooser.c
369
370 testgrouping_SOURCES =          \
371         testgrouping.c
372
373 testtooltips_SOURCES =          \
374         testtooltips.c
375
376 testrecentchoosermenu_SOURCES = \
377         testrecentchoosermenu.c
378
379 testvolumebutton_SOURCES =      \
380         testvolumebutton.c
381
382 testscrolledwindow_SOURCES =    \
383         testscrolledwindow.c
384
385 testcellarea_SOURCES =          \
386         testcellarea.c
387
388 testtreemenu_SOURCES =          \
389         testtreemenu.c
390
391 testoffscreen_SOURCES =         \
392         gtkoffscreenbox.c       \
393         gtkoffscreenbox.h       \
394         testoffscreen.c
395
396 testoffscreenwindow_SOURCES =   \
397         testoffscreenwindow.c
398
399 testoverlay_SOURCES =   \
400         testoverlay.c
401
402 testoverlaystyleclass_SOURCES = \
403         testoverlaystyleclass.c
404
405 testappchooser_SOURCES = \
406         testappchooser.c
407
408 testappchooserbutton_SOURCES = \
409         testappchooserbutton.c
410
411 testwindows_SOURCES =   \
412         testwindows.c
413
414 testexpand_SOURCES = testexpand.c
415
416 testexpander_SOURCES = testexpander.c
417
418 testswitch_SOURCES = testswitch.c
419
420 styleexamples_SOURCES = styleexamples.c
421
422 testtoplevelembed_SOURCES = testtoplevelembed.c
423
424 testtextview_SOURCES = testtextview.c
425
426 testanimation_SOURCES = testanimation.c
427
428 testpixbuf_scale_SOURCES = testpixbuf-scale.c
429
430 testpixbuf_color_SOURCES = testpixbuf-color.c
431
432 testpixbuf_save_SOURCES = testpixbuf-save.c
433
434 testcolorchooser_SOURCES = testcolorchooser.c
435
436 testkineticscrolling_SOURCES = testkineticscrolling.c
437
438 EXTRA_DIST +=                   \
439         gradient1.png           \
440         prop-editor.h           \
441         testgtk.1               \
442         testgtk.css             \
443         testgtk2.css            \
444         3DRings.xpm             \
445         FilesQueue.xpm          \
446         Modeller.xpm            \
447         check-y.xpm             \
448         check-n.xpm             \
449         marble.xpm              \
450         test.xpm                \
451         check-y.xpm             \
452         check-n.xpm             \
453         test.xpm                \
454         merge-1.ui              \
455         merge-2.ui              \
456         merge-3.ui              \
457         gnome-textfile.png      \
458         makefile.msc
459
460
461 -include $(top_srcdir)/git.mk