2000-12-21 01:53:39 +00:00
|
|
|
## Makefile.am for gtk+/tests
|
call g_test_init() from gtk_test_init().
2007-11-22 15:39:40 Tim Janik <timj@imendio.com>
* gtk/gtktestutils.c: call g_test_init() from gtk_test_init().
* gtk/tests/testing.c: use g_test_add_func() to register tests and use
g_test_run() to run the tests to integrate with the testing framework.
* gtk/tests/Makefile.am: removed exemplary testing rules.
* Makefile.am, gtk/tests/Makefile.am, gtk/Makefile.am:
* gtk/xdgmime/Makefile.am, gtk/theme-bits/Makefile.am:
* tests/Makefile.am, docs/reference/gdk-pixbuf/Makefile.am:
* docs/reference/gdk/Makefile.am, docs/reference/gtk/Makefile.am:
* docs/reference/Makefile.am, docs/tools/Makefile.am:
* docs/tutorial/Makefile.am, docs/faq/Makefile.am, docs/Makefile.am:
* gdk-pixbuf/pixops/Makefile.am, gdk-pixbuf/Makefile.am:
* demos/gtk-demo/Makefile.am, demos/Makefile.am:
* modules/input/Makefile.am, modules/printbackends/file/Makefile.am:
* modules/printbackends/test/Makefile.am, modules/printbackends/Makefile.am:
* modules/printbackends/cups/Makefile.am, modules/printbackends/lpr/Makefile.am:
* modules/engines/ms-windows/Theme/gtk-2.0/Makefile.am:
* modules/engines/ms-windows/Theme/Makefile.am:
* modules/engines/ms-windows/Makefile.am:
* modules/engines/Makefile.am, modules/engines/pixbuf/Makefile.am:
* modules/Makefile.am, m4macros/Makefile.am, perf/Makefile.am:
* contrib/Makefile.am, contrib/gdk-pixbuf-xlib/Makefile.am:
* gdk/directfb/Makefile.am, gdk/linux-fb/Makefile.am:
* gdk/quartz/Makefile.am, gdk/win32/rc/Makefile.am:
* gdk/win32/Makefile.am, gdk/x11/Makefile.am, gdk/Makefile.am:
include $(top_srcdir)/Makefile.decl, adapted EXTRA_DIST assignments.
svn path=/trunk/; revision=19033
2007-11-22 14:38:26 +00:00
|
|
|
include $(top_srcdir)/Makefile.decl
|
2000-12-21 01:53:39 +00:00
|
|
|
|
2008-08-12 15:04:55 +00:00
|
|
|
INCLUDES = \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_builddir)/gdk \
|
|
|
|
-I$(top_srcdir)/gdk \
|
|
|
|
-DGDK_DISABLE_DEPRECATED \
|
|
|
|
-DGTK_DISABLE_DEPRECATED \
|
|
|
|
$(GTK_DEBUG_FLAGS) \
|
2003-05-06 21:55:41 +00:00
|
|
|
$(GTK_DEP_CFLAGS)
|
|
|
|
|
|
|
|
DEPS = \
|
2002-03-05 21:04:09 +00:00
|
|
|
$(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la \
|
2003-05-06 21:55:41 +00:00
|
|
|
$(top_builddir)/gdk/$(gdktargetlib) \
|
|
|
|
$(top_builddir)/gtk/$(gtktargetlib)
|
2000-12-21 01:53:39 +00:00
|
|
|
|
2003-05-06 21:55:41 +00:00
|
|
|
LDADDS = \
|
2002-03-05 21:04:09 +00:00
|
|
|
$(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la \
|
2003-05-06 21:55:41 +00:00
|
|
|
$(top_builddir)/gdk/$(gdktargetlib) \
|
2009-12-19 17:37:39 +00:00
|
|
|
$(top_builddir)/gtk/$(gtktargetlib) \
|
|
|
|
$(GTK_DEP_LIBS)
|
2000-12-21 01:53:39 +00:00
|
|
|
|
2001-04-18 18:28:19 +00:00
|
|
|
if USE_X11
|
|
|
|
testsocket_programs = testsocket testsocket_child
|
|
|
|
endif
|
|
|
|
|
2007-12-05 16:58:44 +00:00
|
|
|
noinst_PROGRAMS = $(TEST_PROGS) \
|
2002-05-05 00:59:42 +00:00
|
|
|
simple \
|
2009-01-16 09:40:18 +00:00
|
|
|
flicker \
|
2006-04-21 15:09:32 +00:00
|
|
|
print-editor \
|
2005-09-22 16:33:50 +00:00
|
|
|
testaccel \
|
2006-01-21 06:25:33 +00:00
|
|
|
testassistant \
|
2007-02-08 12:11:02 +00:00
|
|
|
testbbox \
|
2009-07-01 19:04:31 +00:00
|
|
|
testbuttons \
|
2005-02-03 23:29:02 +00:00
|
|
|
testcairo \
|
2002-05-05 00:59:42 +00:00
|
|
|
testcalendar \
|
2003-09-26 21:57:06 +00:00
|
|
|
testcombo \
|
2004-03-02 20:42:14 +00:00
|
|
|
testcombochange \
|
2005-09-29 00:19:32 +00:00
|
|
|
testcellrenderertext \
|
2008-11-01 11:57:42 +00:00
|
|
|
testclientmessage \
|
2002-05-05 00:59:42 +00:00
|
|
|
testdnd \
|
2004-07-22 05:06:39 +00:00
|
|
|
testellipsise \
|
2004-03-02 19:59:20 +00:00
|
|
|
testentrycompletion \
|
2008-12-19 17:44:56 +00:00
|
|
|
testentryicons \
|
2003-10-23 04:22:32 +00:00
|
|
|
testfilechooser \
|
2004-08-17 16:06:39 +00:00
|
|
|
testfilechooserbutton \
|
2007-06-22 10:16:39 +00:00
|
|
|
testframe \
|
2002-05-05 00:59:42 +00:00
|
|
|
testgtk \
|
2004-08-04 14:32:45 +00:00
|
|
|
testiconview \
|
2003-07-03 21:26:35 +00:00
|
|
|
testicontheme \
|
2004-10-25 14:13:40 +00:00
|
|
|
testimage \
|
2002-05-05 00:59:42 +00:00
|
|
|
testinput \
|
2002-11-08 20:16:43 +00:00
|
|
|
testmenus \
|
2005-02-11 07:15:11 +00:00
|
|
|
testmenubars \
|
2008-05-29 23:12:21 +00:00
|
|
|
testmountoperation \
|
2002-05-05 00:59:42 +00:00
|
|
|
testmultidisplay \
|
|
|
|
testmultiscreen \
|
2006-02-23 18:43:15 +00:00
|
|
|
testnotebookdnd \
|
2006-05-04 13:43:32 +00:00
|
|
|
testnouiprint \
|
2009-01-16 09:39:35 +00:00
|
|
|
testoffscreen \
|
2009-12-18 12:43:11 +00:00
|
|
|
testoffscreenwindow \
|
2009-06-02 10:58:10 +00:00
|
|
|
testorientable \
|
2006-05-05 11:03:33 +00:00
|
|
|
testprint \
|
2002-05-05 00:59:42 +00:00
|
|
|
testrgb \
|
2006-03-29 20:08:23 +00:00
|
|
|
testrecentchooser \
|
2007-02-08 14:22:20 +00:00
|
|
|
testrecentchoosermenu \
|
2006-08-28 16:14:42 +00:00
|
|
|
testrichtext \
|
2009-01-20 05:10:27 +00:00
|
|
|
testscale \
|
2002-05-05 00:59:42 +00:00
|
|
|
testselection \
|
|
|
|
$(testsocket_programs) \
|
2004-03-12 15:49:22 +00:00
|
|
|
testspinbutton \
|
2005-08-29 17:47:10 +00:00
|
|
|
teststatusicon \
|
2002-05-05 00:59:42 +00:00
|
|
|
testtext \
|
2003-07-02 14:04:43 +00:00
|
|
|
testtoolbar \
|
2003-07-04 16:48:40 +00:00
|
|
|
stresstest-toolbar \
|
2002-05-05 00:59:42 +00:00
|
|
|
testtreeedit \
|
2004-08-14 15:59:39 +00:00
|
|
|
testtreemodel \
|
2002-05-05 00:59:42 +00:00
|
|
|
testtreeview \
|
|
|
|
testtreefocus \
|
|
|
|
testtreeflow \
|
|
|
|
testtreecolumns \
|
2008-07-11 14:17:49 +00:00
|
|
|
testtreecolumnsizing \
|
2002-05-05 00:59:42 +00:00
|
|
|
testtreesort \
|
|
|
|
treestoretest \
|
|
|
|
testxinerama \
|
2009-01-14 13:05:55 +00:00
|
|
|
testwindows \
|
2002-05-05 00:59:42 +00:00
|
|
|
pixbuf-read \
|
|
|
|
pixbuf-lowmem \
|
|
|
|
pixbuf-randomly-modified \
|
2003-08-24 19:58:30 +00:00
|
|
|
pixbuf-random \
|
2004-11-12 05:42:49 +00:00
|
|
|
pixbuf-threads \
|
2003-08-24 19:58:30 +00:00
|
|
|
testmerge \
|
2006-04-26 12:39:25 +00:00
|
|
|
testactions \
|
2007-02-06 10:25:21 +00:00
|
|
|
testgrouping \
|
2007-05-19 23:35:00 +00:00
|
|
|
testtooltips \
|
|
|
|
testvolumebutton
|
2000-12-21 01:53:39 +00:00
|
|
|
|
2007-06-26 14:24:27 +00:00
|
|
|
if HAVE_CXX
|
|
|
|
noinst_PROGRAMS += autotestkeywords
|
2007-12-11 14:42:12 +00:00
|
|
|
TESTS = autotestkeywords
|
2007-06-26 14:24:27 +00:00
|
|
|
|
2007-06-26 14:24:13 +00:00
|
|
|
autotestkeywords_SOURCES = autotestkeywords.cc
|
2007-06-26 14:24:27 +00:00
|
|
|
autotestkeywords_CPPFLAGS = -I$(srcdir)/dummy-headers
|
|
|
|
|
|
|
|
if HAVE_OBJC
|
2009-09-19 03:37:22 +00:00
|
|
|
autotestkeywords_CPPFLAGS += -DHAVE_OBJC=1 -x objective-c++
|
2007-06-26 14:24:27 +00:00
|
|
|
endif
|
|
|
|
|
|
|
|
endif
|
2007-06-26 14:24:13 +00:00
|
|
|
|
2009-01-16 09:40:18 +00:00
|
|
|
flicker_DEPENDENCIES = $(TEST_DEPS)
|
2001-04-03 18:48:46 +00:00
|
|
|
simple_DEPENDENCIES = $(TEST_DEPS)
|
2006-04-21 15:09:32 +00:00
|
|
|
print_editor_DEPENDENCIES = $(TEST_DEPS)
|
2003-07-03 21:26:35 +00:00
|
|
|
testicontheme_DEPENDENCIES = $(TEST_DEPS)
|
2004-08-04 14:32:45 +00:00
|
|
|
testiconview_DEPENDENCIES = $(TEST_DEPS)
|
2005-09-22 16:33:50 +00:00
|
|
|
testaccel_DEPENDENCIES = $(TEST_DEPS)
|
2006-01-21 06:25:33 +00:00
|
|
|
testassistant_DEPENDENCIES = $(TEST_DEPS)
|
2007-02-08 12:11:02 +00:00
|
|
|
testbbox_DEPENDENCIES = $(TEST_DEPS)
|
2009-07-01 19:04:31 +00:00
|
|
|
testbuttons_DEPENDENCIES = $(TEST_DEPS)
|
2007-06-22 10:16:39 +00:00
|
|
|
testframe_DEPENDENCIES = $(TEST_DEPS)
|
2005-02-03 23:29:02 +00:00
|
|
|
testcairo_DEPENDENCIES = $(TEST_DEPS)
|
2001-04-03 18:48:46 +00:00
|
|
|
testcalendar_DEPENDENCIES = $(TEST_DEPS)
|
2003-09-26 21:57:06 +00:00
|
|
|
testcombo_DEPENDENCIES = $(TEST_DEPS)
|
2004-03-02 20:42:14 +00:00
|
|
|
testcombochange_DEPENDENCIES = $(TEST_DEPS)
|
2005-09-29 00:19:32 +00:00
|
|
|
testcellrenderertext_DEPENDENCIES = $(TEST_DEPS)
|
2008-11-01 11:57:42 +00:00
|
|
|
testclientmessage_DEPENDENCIES = $(TEST_DEPS)
|
2001-04-03 18:48:46 +00:00
|
|
|
testdnd_DEPENDENCIES = $(TEST_DEPS)
|
2004-07-22 05:06:39 +00:00
|
|
|
testellipsise_DEPENDENCIES = $(TEST_DEPS)
|
2004-03-02 19:59:20 +00:00
|
|
|
testentrycompletion_DEPENDENCIES = $(TEST_DEPS)
|
2008-12-19 17:44:56 +00:00
|
|
|
testentryicons_DEPENDENCIES = $(TEST_DEPS)
|
2003-10-23 04:22:32 +00:00
|
|
|
testfilechooser_DEPENDENCIES = $(TEST_DEPS)
|
2004-08-17 16:06:39 +00:00
|
|
|
testfilechooserbutton_DEPENDENCIES = $(TEST_DEPS)
|
2001-04-03 18:48:46 +00:00
|
|
|
testgtk_DEPENDENCIES = $(TEST_DEPS)
|
|
|
|
testinput_DEPENDENCIES = $(TEST_DEPS)
|
2004-10-25 14:13:40 +00:00
|
|
|
testimage_DEPENDENCIES = $(TEST_DEPS)
|
2002-11-08 20:16:43 +00:00
|
|
|
testmenus_DEPENDENCIES = $(TEST_DEPS)
|
2005-02-11 07:15:11 +00:00
|
|
|
testmenubars_DEPENDENCIES = $(TEST_DEPS)
|
2008-03-17 17:29:55 +00:00
|
|
|
testmountoperation_DEPENDENCIES = $(TEST_DEPS)
|
2002-04-30 20:17:36 +00:00
|
|
|
testmultidisplay_DEPENDENCIES = $(TEST_DEPS)
|
|
|
|
testmultiscreen_DEPENDENCIES = $(TEST_DEPS)
|
2006-02-23 18:43:15 +00:00
|
|
|
testnotebookdnd_DEPENDENCIES = $(TEST_DEPS)
|
2006-05-04 13:43:32 +00:00
|
|
|
testnouiprint_DEPENDENCIES = $(TEST_DEPS)
|
2009-01-16 09:39:35 +00:00
|
|
|
testoffscreen_DEPENDENCIES = $(TEST_DEPS)
|
2009-12-18 12:43:11 +00:00
|
|
|
testoffscreenwindow_DEPENDENCIES = $(TEST_DEPS)
|
2009-06-02 10:58:10 +00:00
|
|
|
testorientable_DEPENDENCIES = $(TEST_DEPS)
|
2006-05-05 11:03:33 +00:00
|
|
|
testprint_DEPENDENCIES = $(TEST_DEPS)
|
2006-03-29 20:08:23 +00:00
|
|
|
testrecentchooser_DEPENDENCIES = $(TEST_DEPS)
|
2007-02-08 14:22:20 +00:00
|
|
|
testrecentchoosermenu_DEPENDENCIES = $(TEST_DEPS)
|
2001-04-03 18:48:46 +00:00
|
|
|
testrgb_DEPENDENCIES = $(TEST_DEPS)
|
2006-08-28 16:14:42 +00:00
|
|
|
testrichtext_DEPENDENCIES = $(TEST_DEPS)
|
2009-01-20 05:10:27 +00:00
|
|
|
testscale_DEPENDENCIES = $(TEST_DEPS)
|
2001-04-03 18:48:46 +00:00
|
|
|
testselection_DEPENDENCIES = $(TEST_DEPS)
|
2001-04-18 18:28:19 +00:00
|
|
|
testsocket_DEPENDENCIES = $(DEPS)
|
|
|
|
testsocket_child_DEPENDENCIES = $(DEPS)
|
2004-03-12 15:49:22 +00:00
|
|
|
testspinbutton_DEPENDENCIES = $(TEST_DEPS)
|
2005-08-29 17:47:10 +00:00
|
|
|
teststatusicon_DEPENDENCIES = $(TEST_DEPS)
|
2001-04-03 18:48:46 +00:00
|
|
|
testtext_DEPENDENCIES = $(TEST_DEPS)
|
2001-10-26 18:12:34 +00:00
|
|
|
testtreeedit_DEPENDENCIES = $(DEPS)
|
2004-08-14 15:59:39 +00:00
|
|
|
testtreemodel_DEPENDENCIES = $(DEPS)
|
2000-12-21 01:53:39 +00:00
|
|
|
testtreeview_DEPENDENCIES = $(DEPS)
|
2001-03-08 21:36:34 +00:00
|
|
|
testtreefocus_DEPENDENCIES = $(DEPS)
|
2001-10-18 18:58:47 +00:00
|
|
|
testtreeflow_DEPENDENCIES = $(DEPS)
|
2001-03-08 21:36:34 +00:00
|
|
|
testtreecolumns_DEPENDENCIES = $(DEPS)
|
2008-07-11 14:17:49 +00:00
|
|
|
testtreecolumnsizing_DEPENDENCIES = $(DEPS)
|
2001-03-28 01:54:14 +00:00
|
|
|
testtreesort_DEPENDENCIES = $(DEPS)
|
2001-04-03 18:48:46 +00:00
|
|
|
treestoretest_DEPENDENCIES = $(TEST_DEPS)
|
2002-04-30 18:32:08 +00:00
|
|
|
testxinerama_DEPENDENCIES = $(TEST_DEPS)
|
2003-08-24 19:58:30 +00:00
|
|
|
testmerge_DEPENDENCIES = $(TEST_DEPS)
|
|
|
|
testactions_DEPENDENCIES = $(TEST_DEPS)
|
2006-04-26 12:39:25 +00:00
|
|
|
testgrouping_DEPENDENCIES = $(TEST_DEPS)
|
2007-02-06 10:25:21 +00:00
|
|
|
testtooltips_DEPENDENCIES = $(TEST_DEPS)
|
2007-05-19 23:35:00 +00:00
|
|
|
testvolumebutton_DEPENDENCIES = $(TEST_DEPS)
|
2009-01-14 13:05:55 +00:00
|
|
|
testwindows_DEPENDENCIES = $(TEST_DEPS)
|
2000-12-21 01:53:39 +00:00
|
|
|
|
2009-01-16 09:40:18 +00:00
|
|
|
flicker_LDADD = $(LDADDS)
|
2005-12-22 18:14:58 +00:00
|
|
|
simple_LDADD = $(LDADDS)
|
2006-04-21 15:09:32 +00:00
|
|
|
print_editor_LDADD = $(LDADDS)
|
2005-09-22 16:33:50 +00:00
|
|
|
testaccel_LDADD = $(LDADDS)
|
2006-01-21 06:25:33 +00:00
|
|
|
testassistant_LDADD = $(LDADDS)
|
2007-02-08 12:11:02 +00:00
|
|
|
testbbox_LDADD = $(LDADDS)
|
2009-07-01 19:04:31 +00:00
|
|
|
testbuttons_LDADD = $(LDADDS)
|
2007-06-22 10:16:39 +00:00
|
|
|
testframe_LDADD = $(LDADDS)
|
2005-02-03 23:29:02 +00:00
|
|
|
testcairo_LDADD = $(LDADDS)
|
2001-04-03 18:48:46 +00:00
|
|
|
testcalendar_LDADD = $(LDADDS)
|
2003-09-26 21:57:06 +00:00
|
|
|
testcombo_LDADD = $(LDADDS)
|
2004-03-02 20:42:14 +00:00
|
|
|
testcombochange_LDADD = $(LDADDS)
|
2005-09-29 00:19:32 +00:00
|
|
|
testcellrenderertext_LDADD = $(LDADDS)
|
2008-11-01 11:57:42 +00:00
|
|
|
testclientmessage_LDADD = $(LDADDS)
|
2001-04-03 18:48:46 +00:00
|
|
|
testdnd_LDADD = $(LDADDS)
|
2004-07-22 05:06:39 +00:00
|
|
|
testellipsise_LDADD = $(LDADDS)
|
2004-03-02 19:59:20 +00:00
|
|
|
testentrycompletion_LDADD = $(LDADDS)
|
2008-12-19 17:44:56 +00:00
|
|
|
testentryicons_LDADD = $(LDADDS)
|
2003-10-23 04:22:32 +00:00
|
|
|
testfilechooser_LDADD = $(LDADDS)
|
2004-08-17 16:06:39 +00:00
|
|
|
testfilechooserbutton_LDADD = $(LDADDS)
|
2001-04-03 18:48:46 +00:00
|
|
|
testgtk_LDADD = $(LDADDS)
|
2003-07-03 21:26:35 +00:00
|
|
|
testicontheme_LDADD = $(LDADDS)
|
2004-08-04 14:32:45 +00:00
|
|
|
testiconview_LDADD = $(LDADDS)
|
2001-04-03 18:48:46 +00:00
|
|
|
testinput_LDADD = $(LDADDS)
|
2004-10-25 14:13:40 +00:00
|
|
|
testimage_LDADD = $(LDADDS)
|
2002-11-08 20:16:43 +00:00
|
|
|
testmenus_LDADD = $(LDADDS)
|
2005-02-11 07:15:11 +00:00
|
|
|
testmenubars_LDADD = $(LDADDS)
|
2008-03-17 17:29:55 +00:00
|
|
|
testmountoperation_LDADD = $(LDADDS)
|
2002-04-30 20:17:36 +00:00
|
|
|
testmultidisplay_LDADD = $(LDADDS)
|
|
|
|
testmultiscreen_LDADD = $(LDADDS)
|
2006-02-23 18:43:15 +00:00
|
|
|
testnotebookdnd_LDADD = $(LDADDS)
|
2006-05-04 13:43:32 +00:00
|
|
|
testnouiprint_LDADD = $(LDADDS)
|
2009-01-16 09:39:35 +00:00
|
|
|
testoffscreen_LDADD = $(LDADDS)
|
2009-12-18 12:43:11 +00:00
|
|
|
testoffscreenwindow_LDADD = $(LDADDS)
|
2009-06-02 10:58:10 +00:00
|
|
|
testorientable_LDADD = $(LDADDS)
|
2006-05-05 11:03:33 +00:00
|
|
|
testprint_LDADD = $(LDADDS)
|
2006-03-29 20:08:23 +00:00
|
|
|
testrecentchooser_LDADD = $(LDADDS)
|
2007-02-08 14:22:20 +00:00
|
|
|
testrecentchoosermenu_LDADD = $(LDADDS)
|
2001-04-03 18:48:46 +00:00
|
|
|
testrgb_LDADD = $(LDADDS)
|
2006-08-28 16:14:42 +00:00
|
|
|
testrichtext_LDADD = $(LDADDS)
|
2009-01-20 05:10:27 +00:00
|
|
|
testscale_LDADD = $(LDADDS)
|
2001-04-03 18:48:46 +00:00
|
|
|
testselection_LDADD = $(LDADDS)
|
2001-04-18 18:28:19 +00:00
|
|
|
testsocket_LDADD = $(LDADDS)
|
|
|
|
testsocket_child_LDADD = $(LDADDS)
|
2004-03-12 15:49:22 +00:00
|
|
|
testspinbutton_LDADD = $(LDADDS)
|
2005-08-29 17:47:10 +00:00
|
|
|
teststatusicon_LDADD = $(LDADDS)
|
2003-07-02 14:04:43 +00:00
|
|
|
testtoolbar_LDADD = $(LDADDS)
|
2003-07-04 16:48:40 +00:00
|
|
|
stresstest_toolbar_LDADD = $(LDADDS)
|
2001-09-25 16:44:39 +00:00
|
|
|
testtreeedit_LDADD = $(LDADDS)
|
2004-08-14 15:59:39 +00:00
|
|
|
testtreemodel_LDADD = $(LDADDS)
|
2000-12-21 01:53:39 +00:00
|
|
|
testtreeview_LDADD = $(LDADDS)
|
2001-03-08 21:36:34 +00:00
|
|
|
testtreefocus_LDADD = $(LDADDS)
|
2001-10-18 18:58:47 +00:00
|
|
|
testtreeflow_LDADD = $(LDADDS)
|
2001-02-28 00:35:25 +00:00
|
|
|
testtreecolumns_LDADD = $(LDADDS)
|
2008-07-11 14:17:49 +00:00
|
|
|
testtreecolumnsizing_LDADD = $(LDADDS)
|
2001-03-28 01:54:14 +00:00
|
|
|
testtreesort_LDADD = $(LDADDS)
|
2001-04-03 18:48:46 +00:00
|
|
|
testtext_LDADD = $(LDADDS)
|
|
|
|
treestoretest_LDADD = $(LDADDS)
|
2002-04-30 18:32:08 +00:00
|
|
|
testxinerama_LDADD = $(LDADDS)
|
2002-05-05 00:59:42 +00:00
|
|
|
pixbuf_read_LDADD = $(LDADDS)
|
|
|
|
pixbuf_lowmem_LDADD = $(LDADDS)
|
|
|
|
pixbuf_randomly_modified_LDADD = $(LDADDS)
|
|
|
|
pixbuf_random_LDADD = $(LDADDS)
|
2004-11-12 15:26:07 +00:00
|
|
|
pixbuf_threads_LDADD = $(LDADDS) $(GLIB_LIBS)
|
2003-08-24 19:58:30 +00:00
|
|
|
testmerge_LDADD = $(LDADDS)
|
|
|
|
testactions_LDADD = $(LDADDS)
|
2006-04-26 12:39:25 +00:00
|
|
|
testgrouping_LDADD = $(LDADDS)
|
2007-02-06 10:25:21 +00:00
|
|
|
testtooltips_LDADD = $(LDADDS)
|
2007-05-19 23:35:00 +00:00
|
|
|
testvolumebutton_LDADD = $(LDADDS)
|
2009-01-14 13:05:55 +00:00
|
|
|
testwindows_LDADD = $(LDADDS)
|
2001-04-03 18:48:46 +00:00
|
|
|
|
Add GtkBuilder, fixes #172535
2007-06-15 Johan Dahlin <jdahlin@async.com.br>
* demos/gtk-demo/Makefile.am:
* demos/gtk-demo/builder.c: (quit_activate), (about_activate),
(do_builder):
* demos/gtk-demo/demo.ui:
* docs/reference/gtk/gtk-docs.sgml:
* docs/reference/gtk/gtk-sections.txt:
* docs/reference/gtk/gtk.types:
* docs/reference/gtk/tmpl/gtkbuildable.sgml:
* docs/reference/gtk/tmpl/gtkbuilder.sgml:
* gtk/Makefile.am:
* gtk/gtk.h:
* gtk/gtk.symbols:
* gtk/gtkaction.c: (gtk_action_buildable_init),
(gtk_action_buildable_set_name), (gtk_action_buildable_get_name):
* gtk/gtkactiongroup.c: (gtk_action_group_get_type),
(gtk_action_group_buildable_init),
(gtk_action_group_buildable_add),
(gtk_action_group_buildable_set_name),
(gtk_action_group_buildable_get_name):
* gtk/gtkbuildable.c: (gtk_buildable_get_type),
(gtk_buildable_set_name), (gtk_buildable_get_name),
(gtk_buildable_add), (gtk_buildable_set_property),
(gtk_buildable_parser_finished), (gtk_buildable_construct_child),
(gtk_buildable_custom_tag_start), (gtk_buildable_custom_tag_end),
(gtk_buildable_custom_finished),
(gtk_buildable_get_internal_child):
* gtk/gtkbuildable.h:
* gtk/gtkbuilder.c: (gtk_builder_class_init), (gtk_builder_init),
(gtk_builder_finalize), (gtk_builder_set_property),
(gtk_builder_get_property), (_gtk_builder_resolve_type_lazily),
(gtk_builder_real_get_type_from_name),
(gtk_builder_get_parameters), (gtk_builder_get_internal_child),
(_gtk_builder_construct), (_gtk_builder_add),
(apply_delayed_properties), (_gtk_builder_finish),
(gtk_builder_new), (gtk_builder_add_from_file),
(gtk_builder_add_from_string), (gtk_builder_get_object),
(object_add_to_list), (gtk_builder_get_objects),
(gtk_builder_set_translation_domain),
(gtk_builder_get_translation_domain),
(gtk_builder_connect_signals_default),
(gtk_builder_connect_signals), (gtk_builder_connect_signals_full),
(gtk_builder_value_from_string),
(gtk_builder_value_from_string_type),
(_gtk_builder_enum_from_string), (_gtk_builder_flags_from_string),
(gtk_builder_get_type_from_name), (gtk_builder_error_quark):
* gtk/gtkbuilder.h:
* gtk/gtkbuilderparser.c: (state_push), (state_peek), (state_pop),
(error_missing_attribute), (error_invalid_attribute),
(error_invalid_tag), (builder_construct), (parse_object),
(free_object_info), (_get_type_by_symbol), (parse_child),
(free_child_info), (parse_property), (free_property_info),
(parse_signal), (_free_signal_info), (parse_interface),
(create_subparser), (free_subparser), (subparser_start),
(subparser_end), (parse_custom), (start_element), (end_element),
(text), (_gtk_builder_parser_parse_buffer):
* gtk/gtkbuilderprivate.h:
* gtk/gtkcelllayout.c: (attributes_start_element),
(attributes_text_element),
(_gtk_cell_layout_buildable_custom_tag_start),
(_gtk_cell_layout_buildable_custom_tag_end),
(_gtk_cell_layout_buildable_add):
* gtk/gtkcelllayout.h:
* gtk/gtkcellview.c: (gtk_cell_view_buildable_init),
(gtk_cell_view_buildable_custom_tag_start),
(gtk_cell_view_buildable_custom_tag_end):
* gtk/gtkcolorseldialog.c:
(gtk_color_selection_dialog_buildable_interface_init),
(gtk_color_selection_dialog_buildable_get_internal_child):
* gtk/gtkcombobox.c: (gtk_combo_box_buildable_init),
(gtk_combo_box_buildable_custom_tag_start),
(gtk_combo_box_buildable_custom_tag_end):
* gtk/gtkcomboboxentry.c:
(gtk_combo_box_entry_buildable_interface_init),
(gtk_combo_box_entry_buildable_get_internal_child):
* gtk/gtkcontainer.c: (gtk_container_get_type),
(gtk_container_buildable_init), (gtk_container_buildable_add),
(gtk_container_buildable_set_child_property),
(attributes_start_element), (attributes_text_element),
(gtk_container_buildable_custom_tag_start),
(gtk_container_buildable_custom_tag_end):
* gtk/gtkdebug.h:
* gtk/gtkdialog.c: (gtk_dialog_buildable_interface_init),
(gtk_dialog_buildable_get_internal_child),
(attributes_start_element), (attributes_text_element),
(gtk_dialog_buildable_custom_tag_start),
(gtk_dialog_buildable_custom_finished):
* gtk/gtkentrycompletion.c: (gtk_entry_completion_buildable_init):
* gtk/gtkexpander.c: (gtk_expander_buildable_add),
(gtk_expander_buildable_init):
* gtk/gtkfontsel.c:
(gtk_font_selection_dialog_buildable_interface_init),
(gtk_font_selection_dialog_buildable_get_internal_child):
* gtk/gtkframe.c: (gtk_frame_buildable_init),
(gtk_frame_buildable_add):
* gtk/gtkiconview.c: (gtk_icon_view_buildable_init),
(gtk_icon_view_buildable_custom_tag_start),
(gtk_icon_view_buildable_custom_tag_end):
* gtk/gtkliststore.c: (gtk_list_store_buildable_init),
(list_store_start_element), (list_store_end_element),
(list_store_text), (gtk_list_store_buildable_custom_tag_start),
(gtk_list_store_buildable_custom_tag_end):
* gtk/gtkmain.c:
* gtk/gtknotebook.c: (gtk_notebook_buildable_init),
(gtk_notebook_buildable_add):
* gtk/gtksizegroup.c: (gtk_size_group_buildable_init),
(size_group_start_element),
(gtk_size_group_buildable_custom_tag_start),
(gtk_size_group_buildable_custom_finished):
* gtk/gtktreestore.c: (gtk_tree_store_buildable_init),
(tree_model_start_element),
(gtk_tree_store_buildable_custom_tag_start),
(gtk_tree_store_buildable_custom_finished):
* gtk/gtktreeview.c: (gtk_tree_view_buildable_init),
(gtk_tree_view_buildable_add):
* gtk/gtktreeviewcolumn.c: (gtk_tree_view_column_buildable_init):
* gtk/gtkuimanager.c: (gtk_ui_manager_buildable_init),
(gtk_ui_manager_buildable_add),
(gtk_ui_manager_buildable_construct_child),
(gtk_ui_manager_buildable_custom_tag_start),
(gtk_ui_manager_buildable_custom_tag_end):
* gtk/gtkwidget.c: (gtk_widget_get_type),
(gtk_widget_buildable_interface_init),
(gtk_widget_buildable_set_name), (gtk_widget_buildable_get_name),
(gtk_widget_buildable_set_property),
(gtk_widget_buildable_parser_finshed), (accel_group_start_element),
(gtk_widget_buildable_custom_tag_start),
(gtk_widget_buildable_custom_finshed):
* gtk/gtkwindow.c: (gtk_window_buildable_interface_init),
(gtk_window_buildable_set_property),
(gtk_window_buildable_parser_finished):
* tests/Makefile.am:
* tests/buildertest.c: (builder_new_from_string), (test_parser),
(signal_normal), (signal_after), (signal_object),
(signal_object_after), (signal_first), (signal_second),
(signal_extra), (signal_extra2), (test_connect_signals),
(test_uimanager_simple), (test_domain), (test_translation),
(test_sizegroup), (test_list_store), (test_tree_store),
(test_types), (test_spin_button), (test_notebook),
(test_construct_only_property), (test_children),
(test_child_properties), (test_treeview_column), (test_icon_view),
(test_combo_box), (test_combo_box_entry), (test_cell_view),
(test_dialog), (test_accelerators), (test_widget), (main):
Add GtkBuilder, fixes #172535
svn path=/trunk/; revision=18141
2007-06-15 17:53:46 +00:00
|
|
|
|
2005-10-26 03:55:35 +00:00
|
|
|
testentrycompletion_SOURCES = \
|
|
|
|
prop-editor.c \
|
|
|
|
testentrycompletion.c
|
|
|
|
|
2008-12-19 17:44:56 +00:00
|
|
|
testentryicons_SOURCES = \
|
2008-12-27 04:00:52 +00:00
|
|
|
prop-editor.c \
|
2008-12-19 17:44:56 +00:00
|
|
|
testentryicons.c
|
|
|
|
|
2003-10-23 04:22:32 +00:00
|
|
|
testfilechooser_SOURCES = \
|
|
|
|
prop-editor.c \
|
|
|
|
testfilechooser.c
|
|
|
|
|
2004-08-17 16:06:39 +00:00
|
|
|
testfilechooserbutton_SOURCES = \
|
|
|
|
prop-editor.c \
|
|
|
|
testfilechooserbutton.c
|
|
|
|
|
2001-05-03 00:46:19 +00:00
|
|
|
testgtk_SOURCES = \
|
2001-08-26 22:23:28 +00:00
|
|
|
prop-editor.c \
|
|
|
|
testgtk.c
|
2001-05-03 00:46:19 +00:00
|
|
|
|
2001-09-25 16:44:39 +00:00
|
|
|
testtreeedit_SOURCES = \
|
|
|
|
testtreeedit.c
|
|
|
|
|
2004-08-14 15:59:39 +00:00
|
|
|
testtreemodel_SOURCES = \
|
|
|
|
testtreemodel.c
|
|
|
|
|
2001-05-03 00:46:19 +00:00
|
|
|
testtreeview_SOURCES = \
|
|
|
|
prop-editor.c \
|
|
|
|
testtreeview.c
|
|
|
|
|
2001-05-22 00:11:10 +00:00
|
|
|
testtext_SOURCES = \
|
|
|
|
prop-editor.c \
|
|
|
|
testtext.c
|
|
|
|
|
2003-07-02 14:04:43 +00:00
|
|
|
testtoolbar_SOURCES = \
|
|
|
|
testtoolbar.c \
|
|
|
|
prop-editor.c
|
|
|
|
|
2006-05-05 11:03:33 +00:00
|
|
|
testprint_SOURCES = \
|
|
|
|
testprint.c \
|
2006-05-05 16:21:19 +00:00
|
|
|
testprintfileoperation.h \
|
2006-05-05 11:03:33 +00:00
|
|
|
testprintfileoperation.c
|
|
|
|
|
2001-07-03 14:14:30 +00:00
|
|
|
testsocket_SOURCES = \
|
|
|
|
testsocket.c \
|
|
|
|
testsocket_common.c
|
|
|
|
|
|
|
|
testsocket_child_SOURCES = \
|
|
|
|
testsocket_child.c \
|
|
|
|
testsocket_common.c
|
|
|
|
|
2004-03-12 15:49:22 +00:00
|
|
|
testspinbutton_SOURCES = \
|
|
|
|
testspinbutton.c
|
|
|
|
|
2005-08-29 17:47:10 +00:00
|
|
|
teststatusicon_SOURCES = \
|
2007-01-27 05:51:19 +00:00
|
|
|
prop-editor.c \
|
2005-08-29 17:47:10 +00:00
|
|
|
teststatusicon.c
|
|
|
|
|
2003-08-24 19:58:30 +00:00
|
|
|
testmerge_SOURCES = \
|
|
|
|
testmerge.c
|
|
|
|
|
|
|
|
testactions_SOURCES = \
|
|
|
|
testactions.c
|
|
|
|
|
2007-02-08 12:11:02 +00:00
|
|
|
testbbox_SOURCES = \
|
|
|
|
testbbox.c
|
|
|
|
|
2009-07-01 19:04:31 +00:00
|
|
|
testbuttons_SOURCES = \
|
|
|
|
testbuttons.c
|
|
|
|
|
2007-06-22 10:16:39 +00:00
|
|
|
testframe_SOURCES = \
|
|
|
|
testframe.c
|
|
|
|
|
2004-08-04 14:32:45 +00:00
|
|
|
testiconview_SOURCES = \
|
|
|
|
testiconview.c \
|
|
|
|
prop-editor.c
|
|
|
|
|
2006-03-29 20:08:23 +00:00
|
|
|
testrecentchooser_SOURCES = \
|
|
|
|
prop-editor.c \
|
|
|
|
testrecentchooser.c
|
|
|
|
|
2006-04-26 12:39:25 +00:00
|
|
|
testgrouping_SOURCES = \
|
|
|
|
testgrouping.c
|
|
|
|
|
2007-04-23 16:06:56 +00:00
|
|
|
testtooltips_SOURCES = \
|
2007-02-06 10:25:21 +00:00
|
|
|
testtooltips.c
|
|
|
|
|
2007-02-08 14:22:20 +00:00
|
|
|
testrecentchoosermenu_SOURCES = \
|
|
|
|
testrecentchoosermenu.c
|
|
|
|
|
2007-05-19 23:35:00 +00:00
|
|
|
testvolumebutton_SOURCES = \
|
|
|
|
testvolumebutton.c
|
|
|
|
|
2009-01-16 09:39:35 +00:00
|
|
|
testoffscreen_SOURCES = \
|
|
|
|
gtkoffscreenbox.c \
|
|
|
|
gtkoffscreenbox.h \
|
|
|
|
testoffscreen.c
|
|
|
|
|
2009-12-18 12:43:11 +00:00
|
|
|
testoffscreenwindnow_SOURCES = \
|
|
|
|
testoffscreenwindow.c
|
|
|
|
|
2009-01-14 13:05:55 +00:00
|
|
|
testwindow_SOURCES = \
|
|
|
|
testwindows.c
|
|
|
|
|
call g_test_init() from gtk_test_init().
2007-11-22 15:39:40 Tim Janik <timj@imendio.com>
* gtk/gtktestutils.c: call g_test_init() from gtk_test_init().
* gtk/tests/testing.c: use g_test_add_func() to register tests and use
g_test_run() to run the tests to integrate with the testing framework.
* gtk/tests/Makefile.am: removed exemplary testing rules.
* Makefile.am, gtk/tests/Makefile.am, gtk/Makefile.am:
* gtk/xdgmime/Makefile.am, gtk/theme-bits/Makefile.am:
* tests/Makefile.am, docs/reference/gdk-pixbuf/Makefile.am:
* docs/reference/gdk/Makefile.am, docs/reference/gtk/Makefile.am:
* docs/reference/Makefile.am, docs/tools/Makefile.am:
* docs/tutorial/Makefile.am, docs/faq/Makefile.am, docs/Makefile.am:
* gdk-pixbuf/pixops/Makefile.am, gdk-pixbuf/Makefile.am:
* demos/gtk-demo/Makefile.am, demos/Makefile.am:
* modules/input/Makefile.am, modules/printbackends/file/Makefile.am:
* modules/printbackends/test/Makefile.am, modules/printbackends/Makefile.am:
* modules/printbackends/cups/Makefile.am, modules/printbackends/lpr/Makefile.am:
* modules/engines/ms-windows/Theme/gtk-2.0/Makefile.am:
* modules/engines/ms-windows/Theme/Makefile.am:
* modules/engines/ms-windows/Makefile.am:
* modules/engines/Makefile.am, modules/engines/pixbuf/Makefile.am:
* modules/Makefile.am, m4macros/Makefile.am, perf/Makefile.am:
* contrib/Makefile.am, contrib/gdk-pixbuf-xlib/Makefile.am:
* gdk/directfb/Makefile.am, gdk/linux-fb/Makefile.am:
* gdk/quartz/Makefile.am, gdk/win32/rc/Makefile.am:
* gdk/win32/Makefile.am, gdk/x11/Makefile.am, gdk/Makefile.am:
include $(top_srcdir)/Makefile.decl, adapted EXTRA_DIST assignments.
svn path=/trunk/; revision=19033
2007-11-22 14:38:26 +00:00
|
|
|
EXTRA_DIST += \
|
2001-05-03 00:46:19 +00:00
|
|
|
prop-editor.h \
|
2001-04-03 18:48:46 +00:00
|
|
|
testgtk.1 \
|
|
|
|
testgtkrc \
|
|
|
|
testgtkrc2 \
|
|
|
|
circles.xbm \
|
|
|
|
3DRings.xpm \
|
|
|
|
FilesQueue.xpm \
|
|
|
|
Modeller.xpm \
|
|
|
|
check-y.xpm \
|
|
|
|
check-n.xpm \
|
|
|
|
marble.xpm \
|
|
|
|
test.xpm \
|
|
|
|
check-y.xpm \
|
|
|
|
check-n.xpm \
|
2003-08-24 19:58:30 +00:00
|
|
|
test.xpm \
|
|
|
|
merge-1.ui \
|
|
|
|
merge-2.ui \
|
2004-05-01 13:54:33 +00:00
|
|
|
merge-3.ui \
|
2004-08-04 14:32:45 +00:00
|
|
|
gnome-textfile.png \
|
2008-02-21 18:03:04 +00:00
|
|
|
makefile.msc \
|
|
|
|
file-chooser-test-dir/empty \
|
|
|
|
file-chooser-test-dir/text.txt
|
2004-05-01 13:54:33 +00:00
|
|
|
|
2009-05-04 00:08:11 +00:00
|
|
|
|
|
|
|
-include $(top_srcdir)/git.mk
|