]> Pileus Git - ~andy/gtk/blob - tests/Makefile.am
Add offscreen testcase
[~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
13 DEPS =                                                                  \
14         $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la  \
15         $(top_builddir)/gdk/$(gdktargetlib)                             \
16         $(top_builddir)/gtk/$(gtktargetlib)
17
18 LDADDS =                                                                \
19         $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la  \
20         $(top_builddir)/gdk/$(gdktargetlib)                             \
21         $(top_builddir)/gtk/$(gtktargetlib)
22
23 if USE_X11
24 testsocket_programs = testsocket testsocket_child
25 endif
26
27 noinst_PROGRAMS =  $(TEST_PROGS)        \
28         simple                          \
29         print-editor                    \
30         testaccel                       \
31         testassistant                   \
32         testbbox                        \
33         testcairo                       \
34         testcalendar                    \
35         testcombo                       \
36         testcombochange                 \
37         testcellrenderertext            \
38         testclientmessage               \
39         testdnd                         \
40         testellipsise                   \
41         testentrycompletion             \
42         testentryicons                  \
43         testfilechooser                 \
44         testfilechooserbutton           \
45         testframe                       \
46         testgtk                         \
47         testiconview                    \
48         testicontheme                   \
49         testimage                       \
50         testinput                       \
51         testmenus                       \
52         testmenubars                    \
53         testmountoperation              \
54         testmultidisplay                \
55         testmultiscreen                 \
56         testnotebookdnd                 \
57         testnouiprint                   \
58         testoffscreen                   \
59         testprint                       \
60         testrgb                         \
61         testrecentchooser               \
62         testrecentchoosermenu           \
63         testrichtext                    \
64         testscale                       \
65         testselection                   \
66         $(testsocket_programs)          \
67         testspinbutton                  \
68         teststatusicon                  \
69         testtext                        \
70         testtoolbar                     \
71         stresstest-toolbar              \
72         testtreeedit                    \
73         testtreemodel                   \
74         testtreeview                    \
75         testtreefocus                   \
76         testtreeflow                    \
77         testtreecolumns                 \
78         testtreecolumnsizing            \
79         testtreesort                    \
80         treestoretest                   \
81         testxinerama                    \
82         pixbuf-read                     \
83         pixbuf-lowmem                   \
84         pixbuf-randomly-modified        \
85         pixbuf-random                   \
86         pixbuf-threads                  \
87         testmerge                       \
88         testactions                     \
89         testgrouping                    \
90         testtooltips                    \
91         testvolumebutton
92
93 if HAVE_CXX
94 noinst_PROGRAMS += autotestkeywords
95 TESTS = autotestkeywords
96
97 autotestkeywords_SOURCES = autotestkeywords.cc
98 autotestkeywords_CPPFLAGS = -I$(srcdir)/dummy-headers
99
100 if HAVE_OBJC
101 autotestkeywords_CPPFLAGS += -DHAVE_OBJC=1
102 autotestkeywords_CXXFLAGS = -x objective-c++
103 endif
104
105 endif
106
107 simple_DEPENDENCIES = $(TEST_DEPS)
108 print_editor_DEPENDENCIES = $(TEST_DEPS)
109 testicontheme_DEPENDENCIES = $(TEST_DEPS)
110 testiconview_DEPENDENCIES = $(TEST_DEPS)
111 testaccel_DEPENDENCIES = $(TEST_DEPS)
112 testassistant_DEPENDENCIES = $(TEST_DEPS)
113 testbbox_DEPENDENCIES = $(TEST_DEPS)
114 testframe_DEPENDENCIES = $(TEST_DEPS)
115 testcairo_DEPENDENCIES = $(TEST_DEPS)
116 testcalendar_DEPENDENCIES = $(TEST_DEPS)
117 testcombo_DEPENDENCIES = $(TEST_DEPS)
118 testcombochange_DEPENDENCIES = $(TEST_DEPS)
119 testcellrenderertext_DEPENDENCIES = $(TEST_DEPS)
120 testclientmessage_DEPENDENCIES = $(TEST_DEPS)
121 testdnd_DEPENDENCIES = $(TEST_DEPS)
122 testellipsise_DEPENDENCIES = $(TEST_DEPS)
123 testentrycompletion_DEPENDENCIES = $(TEST_DEPS)
124 testentryicons_DEPENDENCIES = $(TEST_DEPS)
125 testfilechooser_DEPENDENCIES = $(TEST_DEPS)
126 testfilechooserbutton_DEPENDENCIES = $(TEST_DEPS)
127 testgtk_DEPENDENCIES = $(TEST_DEPS)
128 testinput_DEPENDENCIES = $(TEST_DEPS)
129 testimage_DEPENDENCIES = $(TEST_DEPS)
130 testmenus_DEPENDENCIES = $(TEST_DEPS)
131 testmenubars_DEPENDENCIES = $(TEST_DEPS)
132 testmountoperation_DEPENDENCIES = $(TEST_DEPS)
133 testmultidisplay_DEPENDENCIES = $(TEST_DEPS)
134 testmultiscreen_DEPENDENCIES = $(TEST_DEPS)
135 testnotebookdnd_DEPENDENCIES = $(TEST_DEPS)
136 testnouiprint_DEPENDENCIES = $(TEST_DEPS)
137 testoffscreen_DEPENDENCIES = $(TEST_DEPS)
138 testprint_DEPENDENCIES = $(TEST_DEPS)
139 testrecentchooser_DEPENDENCIES = $(TEST_DEPS)
140 testrecentchoosermenu_DEPENDENCIES = $(TEST_DEPS)
141 testrgb_DEPENDENCIES = $(TEST_DEPS)
142 testrichtext_DEPENDENCIES = $(TEST_DEPS)
143 testscale_DEPENDENCIES = $(TEST_DEPS)
144 testselection_DEPENDENCIES = $(TEST_DEPS)
145 testsocket_DEPENDENCIES = $(DEPS)
146 testsocket_child_DEPENDENCIES = $(DEPS)
147 testspinbutton_DEPENDENCIES = $(TEST_DEPS)
148 teststatusicon_DEPENDENCIES = $(TEST_DEPS)
149 testtext_DEPENDENCIES = $(TEST_DEPS)
150 testtreeedit_DEPENDENCIES = $(DEPS)
151 testtreemodel_DEPENDENCIES = $(DEPS)
152 testtreeview_DEPENDENCIES = $(DEPS)
153 testtreefocus_DEPENDENCIES = $(DEPS)
154 testtreeflow_DEPENDENCIES = $(DEPS)
155 testtreecolumns_DEPENDENCIES = $(DEPS)
156 testtreecolumnsizing_DEPENDENCIES = $(DEPS)
157 testtreesort_DEPENDENCIES = $(DEPS)
158 treestoretest_DEPENDENCIES = $(TEST_DEPS)
159 testxinerama_DEPENDENCIES = $(TEST_DEPS)
160 testmerge_DEPENDENCIES = $(TEST_DEPS)
161 testactions_DEPENDENCIES = $(TEST_DEPS)
162 testgrouping_DEPENDENCIES = $(TEST_DEPS)
163 testtooltips_DEPENDENCIES = $(TEST_DEPS)
164 testvolumebutton_DEPENDENCIES = $(TEST_DEPS)
165
166 simple_LDADD = $(LDADDS)
167 print_editor_LDADD = $(LDADDS)
168 testaccel_LDADD = $(LDADDS)
169 testassistant_LDADD = $(LDADDS)
170 testbbox_LDADD = $(LDADDS)
171 testframe_LDADD = $(LDADDS)
172 testcairo_LDADD = $(LDADDS)
173 testcalendar_LDADD = $(LDADDS)
174 testcombo_LDADD = $(LDADDS)
175 testcombochange_LDADD = $(LDADDS)
176 testcellrenderertext_LDADD = $(LDADDS)
177 testclientmessage_LDADD = $(LDADDS)
178 testdnd_LDADD = $(LDADDS)
179 testellipsise_LDADD = $(LDADDS)
180 testentrycompletion_LDADD = $(LDADDS)
181 testentryicons_LDADD = $(LDADDS)
182 testfilechooser_LDADD = $(LDADDS)
183 testfilechooserbutton_LDADD = $(LDADDS)
184 testgtk_LDADD = $(LDADDS)
185 testicontheme_LDADD = $(LDADDS)
186 testiconview_LDADD = $(LDADDS)
187 testinput_LDADD = $(LDADDS)
188 testimage_LDADD = $(LDADDS)
189 testmenus_LDADD = $(LDADDS)
190 testmenubars_LDADD = $(LDADDS)
191 testmountoperation_LDADD = $(LDADDS)
192 testmultidisplay_LDADD = $(LDADDS)
193 testmultiscreen_LDADD = $(LDADDS)
194 testnotebookdnd_LDADD = $(LDADDS)
195 testnouiprint_LDADD = $(LDADDS)
196 testoffscreen_LDADD = $(LDADDS)
197 testprint_LDADD = $(LDADDS)
198 testrecentchooser_LDADD = $(LDADDS)
199 testrecentchoosermenu_LDADD = $(LDADDS)
200 testrgb_LDADD = $(LDADDS)
201 testrichtext_LDADD = $(LDADDS)
202 testscale_LDADD = $(LDADDS)
203 testselection_LDADD = $(LDADDS)
204 testsocket_LDADD = $(LDADDS)
205 testsocket_child_LDADD = $(LDADDS)
206 testspinbutton_LDADD = $(LDADDS)
207 teststatusicon_LDADD = $(LDADDS)
208 testtoolbar_LDADD = $(LDADDS)
209 stresstest_toolbar_LDADD = $(LDADDS)
210 testtreeedit_LDADD = $(LDADDS)
211 testtreemodel_LDADD = $(LDADDS)
212 testtreeview_LDADD = $(LDADDS)
213 testtreefocus_LDADD = $(LDADDS)
214 testtreeflow_LDADD = $(LDADDS)
215 testtreecolumns_LDADD = $(LDADDS)
216 testtreecolumnsizing_LDADD = $(LDADDS)
217 testtreesort_LDADD = $(LDADDS)
218 testtext_LDADD = $(LDADDS)
219 treestoretest_LDADD = $(LDADDS)
220 testxinerama_LDADD = $(LDADDS)
221 pixbuf_read_LDADD = $(LDADDS)
222 pixbuf_lowmem_LDADD = $(LDADDS)
223 pixbuf_randomly_modified_LDADD = $(LDADDS)
224 pixbuf_random_LDADD = $(LDADDS)
225 pixbuf_threads_LDADD = $(LDADDS) $(GLIB_LIBS)
226 testmerge_LDADD = $(LDADDS)
227 testactions_LDADD = $(LDADDS)
228 testgrouping_LDADD = $(LDADDS)
229 testtooltips_LDADD = $(LDADDS)
230 testvolumebutton_LDADD = $(LDADDS)
231
232
233 testentrycompletion_SOURCES =   \
234         prop-editor.c           \
235         testentrycompletion.c
236
237 testentryicons_SOURCES =        \
238         prop-editor.c           \
239         testentryicons.c
240
241 testfilechooser_SOURCES =       \
242         prop-editor.c           \
243         testfilechooser.c       
244
245 testfilechooserbutton_SOURCES = \
246         prop-editor.c           \
247         testfilechooserbutton.c         
248
249 testgtk_SOURCES =       \
250         prop-editor.c   \
251         testgtk.c       
252
253 testtreeedit_SOURCES =  \
254         testtreeedit.c
255
256 testtreemodel_SOURCES = \
257         testtreemodel.c
258
259 testtreeview_SOURCES =  \
260         prop-editor.c   \
261         testtreeview.c 
262
263 testtext_SOURCES =      \
264         prop-editor.c   \
265         testtext.c 
266
267 testtoolbar_SOURCES =   \
268         testtoolbar.c   \
269         prop-editor.c
270
271 testprint_SOURCES =     \
272         testprint.c             \
273         testprintfileoperation.h \
274         testprintfileoperation.c
275
276 testsocket_SOURCES =            \
277         testsocket.c            \
278         testsocket_common.c
279
280 testsocket_child_SOURCES =      \
281         testsocket_child.c      \
282         testsocket_common.c
283
284 testspinbutton_SOURCES =        \
285         testspinbutton.c
286
287 teststatusicon_SOURCES =        \
288         prop-editor.c           \
289         teststatusicon.c
290
291 testmerge_SOURCES =             \
292         testmerge.c
293
294 testactions_SOURCES =           \
295         testactions.c
296
297 testbbox_SOURCES =              \
298         testbbox.c
299
300 testframe_SOURCES =             \
301         testframe.c
302
303 testiconview_SOURCES =          \
304         testiconview.c          \
305         prop-editor.c
306
307 testrecentchooser_SOURCES =     \
308         prop-editor.c           \
309         testrecentchooser.c
310
311 testgrouping_SOURCES =          \
312         testgrouping.c
313
314 testtooltips_SOURCES =          \
315         testtooltips.c
316
317 testrecentchoosermenu_SOURCES = \
318         testrecentchoosermenu.c
319
320 testvolumebutton_SOURCES =      \
321         testvolumebutton.c
322
323 testoffscreen_SOURCES =         \
324         gtkoffscreenbox.c       \
325         gtkoffscreenbox.h       \
326         testoffscreen.c
327
328 EXTRA_DIST +=                   \
329         prop-editor.h           \
330         testgtk.1               \
331         testgtkrc               \
332         testgtkrc2              \
333         circles.xbm             \
334         3DRings.xpm             \
335         FilesQueue.xpm          \
336         Modeller.xpm            \
337         check-y.xpm             \
338         check-n.xpm             \
339         marble.xpm              \
340         test.xpm                \
341         check-y.xpm             \
342         check-n.xpm             \
343         test.xpm                \
344         merge-1.ui              \
345         merge-2.ui              \
346         merge-3.ui              \
347         gnome-textfile.png      \
348         makefile.msc            \
349         file-chooser-test-dir/empty \
350         file-chooser-test-dir/text.txt
351