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