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