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) \
|
2010-06-07 20:44:58 +00:00
|
|
|
$(GTK_DEP_CFLAGS) \
|
|
|
|
$(GDK_DEP_CFLAGS)
|
2003-05-06 21:55:41 +00:00
|
|
|
|
|
|
|
DEPS = \
|
|
|
|
$(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 = \
|
|
|
|
$(top_builddir)/gdk/$(gdktargetlib) \
|
2009-12-19 17:37:39 +00:00
|
|
|
$(top_builddir)/gtk/$(gtktargetlib) \
|
2010-06-26 05:06:30 +00:00
|
|
|
$(GTK_DEP_LIBS) \
|
|
|
|
-lm
|
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 \
|
2010-06-18 04:11:26 +00:00
|
|
|
testheightforwidth \
|
2004-08-04 14:32:45 +00:00
|
|
|
testiconview \
|
2010-05-30 06:15:40 +00:00
|
|
|
testiconview-keynav \
|
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 \
|
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 \
|
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 \
|
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 \
|
2010-06-24 04:35:24 +00:00
|
|
|
testexpander \
|
2007-05-19 23:35:00 +00:00
|
|
|
testvolumebutton
|
2000-12-21 01:53:39 +00:00
|
|
|
|
2010-06-09 08:10:22 +00:00
|
|
|
if OS_UNIX
|
|
|
|
noinst_PROGRAMS += testapplication
|
|
|
|
endif
|
|
|
|
|
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)
|
2010-06-18 04:11:26 +00:00
|
|
|
testheightforwidth_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)
|
2010-06-07 20:44:58 +00:00
|
|
|
testapplication_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)
|
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)
|
2010-05-10 21:02:48 +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)
|
2010-06-24 04:35:24 +00:00
|
|
|
testexpander_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)
|
2010-06-07 20:44:58 +00:00
|
|
|
testapplication_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)
|
2010-06-18 04:11:26 +00:00
|
|
|
testheightforwidth_LDADD = $(LDADDS)
|
2003-07-03 21:26:35 +00:00
|
|
|
testicontheme_LDADD = $(LDADDS)
|
2004-08-04 14:32:45 +00:00
|
|
|
testiconview_LDADD = $(LDADDS)
|
2010-05-30 06:15:40 +00:00
|
|
|
testiconview_keynav_LDADD = $(LDADDS)
|
2001-04-03 18:48:46 +00:00
|
|
|
testinput_LDADD = $(LDADDS)
|
2004-10-25 14:13:40 +00:00
|
|
|
testimage_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)
|
2010-05-10 21:02:48 +00:00
|
|
|
#testtext_LDADD = $(LDADDS)
|
2001-04-03 18:48:46 +00:00
|
|
|
treestoretest_LDADD = $(LDADDS)
|
2002-04-30 18:32:08 +00:00
|
|
|
testxinerama_LDADD = $(LDADDS)
|
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)
|
2010-06-24 04:35:24 +00:00
|
|
|
testexpander_LDADD = $(LDADDS)
|
2001-04-03 18:48: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 \
|
2010-05-08 05:18:53 +00:00
|
|
|
testfilechooser.c
|
2003-10-23 04:22:32 +00:00
|
|
|
|
2004-08-17 16:06:39 +00:00
|
|
|
testfilechooserbutton_SOURCES = \
|
|
|
|
prop-editor.c \
|
2010-05-08 05:18:53 +00:00
|
|
|
testfilechooserbutton.c
|
2004-08-17 16:06:39 +00:00
|
|
|
|
2001-05-03 00:46:19 +00:00
|
|
|
testgtk_SOURCES = \
|
2001-08-26 22:23:28 +00:00
|
|
|
prop-editor.c \
|
2010-05-08 05:18:53 +00:00
|
|
|
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 \
|
2010-05-08 05:18:53 +00:00
|
|
|
testtreeview.c
|
2001-05-03 00:46:19 +00:00
|
|
|
|
2010-05-10 21:02:48 +00:00
|
|
|
#testtext_SOURCES = \
|
|
|
|
# prop-editor.c \
|
|
|
|
# testtext.c
|
2001-05-22 00:11:10 +00:00
|
|
|
|
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
|
|
|
|
|
2010-06-03 17:36:09 +00:00
|
|
|
testiconview_keynav_SOURCES = \
|
2010-05-30 06:15:40 +00:00
|
|
|
testiconview-keynav.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
|
|
|
|
|
2010-01-23 04:05:08 +00:00
|
|
|
testoffscreenwindow_SOURCES = \
|
2009-12-18 12:43:11 +00:00
|
|
|
testoffscreenwindow.c
|
|
|
|
|
2010-01-23 04:05:08 +00:00
|
|
|
testwindows_SOURCES = \
|
2009-01-14 13:05:55 +00:00
|
|
|
testwindows.c
|
|
|
|
|
2010-06-24 04:35:24 +00:00
|
|
|
testexpander_SOURCES = testexpander.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 \
|
2010-05-10 22:50:54 +00:00
|
|
|
makefile.msc
|
2004-05-01 13:54:33 +00:00
|
|
|
|
2009-05-04 00:08:11 +00:00
|
|
|
|
|
|
|
-include $(top_srcdir)/git.mk
|