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