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
|
|
|
|
2012-01-12 22:03:54 +00:00
|
|
|
SUBDIRS = css reftests a11y visuals
|
2011-05-03 07:44:45 +00:00
|
|
|
|
2011-11-02 02:14:45 +00:00
|
|
|
AM_CPPFLAGS = \
|
2008-08-12 15:04:55 +00:00
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_builddir)/gdk \
|
|
|
|
-I$(top_srcdir)/gdk \
|
|
|
|
$(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
|
|
|
|
2010-12-09 04:07:00 +00:00
|
|
|
DEPS = \
|
2011-02-10 19:41:02 +00:00
|
|
|
$(top_builddir)/gtk/libgtk-3.la
|
2000-12-21 01:53:39 +00:00
|
|
|
|
2012-03-01 20:04:25 +00:00
|
|
|
LDADD = \
|
2011-02-10 19:41:02 +00:00
|
|
|
$(top_builddir)/gtk/libgtk-3.la \
|
|
|
|
$(top_builddir)/gdk/libgdk-3.la \
|
|
|
|
$(GTK_DEP_LIBS) \
|
2010-06-26 05:06:30 +00:00
|
|
|
-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 \
|
2010-09-05 03:40:32 +00:00
|
|
|
testadjustsize \
|
2010-11-30 16:27:53 +00:00
|
|
|
testappchooser \
|
|
|
|
testappchooserbutton \
|
2006-01-21 06:25:33 +00:00
|
|
|
testassistant \
|
2007-02-08 12:11:02 +00:00
|
|
|
testbbox \
|
2011-05-27 22:54:56 +00:00
|
|
|
testboxcss \
|
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 \
|
2011-06-14 20:01:29 +00:00
|
|
|
testclipboard \
|
2012-01-29 15:43:42 +00:00
|
|
|
testcolorchooser \
|
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 \
|
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 \
|
2011-05-11 13:48:21 +00:00
|
|
|
testfontselection \
|
|
|
|
testfontselectiondialog \
|
|
|
|
testfontchooser \
|
|
|
|
testfontchooserdialog \
|
2007-06-22 10:16:39 +00:00
|
|
|
testframe \
|
2010-10-10 02:15:34 +00:00
|
|
|
testgeometry \
|
2010-11-05 09:33:50 +00:00
|
|
|
testgiconpixbuf \
|
2010-09-27 14:44:31 +00:00
|
|
|
testgrid \
|
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 \
|
2011-02-11 12:46:35 +00:00
|
|
|
testkineticscrolling \
|
2011-04-30 03:40:47 +00:00
|
|
|
testlockbutton \
|
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 \
|
2011-01-05 21:30:57 +00:00
|
|
|
testnumerableicon \
|
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 \
|
2011-05-19 16:53:05 +00:00
|
|
|
testoverlay \
|
2012-02-06 16:26:57 +00:00
|
|
|
testoverlaystyleclass \
|
2006-05-05 11:03:33 +00:00
|
|
|
testprint \
|
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 \
|
2011-11-25 13:41:11 +00:00
|
|
|
testtreechanging \
|
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 \
|
2011-05-26 04:32:31 +00:00
|
|
|
testverticalcells \
|
2002-05-05 00:59:42 +00:00
|
|
|
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-09-06 16:31:54 +00:00
|
|
|
testexpand \
|
2010-06-24 04:35:24 +00:00
|
|
|
testexpander \
|
2010-10-26 00:59:02 +00:00
|
|
|
testvolumebutton \
|
2010-11-08 16:26:38 +00:00
|
|
|
testscrolledwindow \
|
2010-11-18 08:33:23 +00:00
|
|
|
testswitch \
|
2010-12-02 04:58:02 +00:00
|
|
|
testcellarea \
|
2010-11-23 16:30:17 +00:00
|
|
|
testswitch \
|
2010-11-18 08:33:23 +00:00
|
|
|
styleexamples \
|
2010-12-24 01:29:21 +00:00
|
|
|
testtreemenu \
|
2011-02-05 03:06:25 +00:00
|
|
|
testtoplevelembed \
|
2011-02-05 06:24:21 +00:00
|
|
|
testnoscreen \
|
2011-02-06 19:12:05 +00:00
|
|
|
testtreepos \
|
2011-02-09 14:41:39 +00:00
|
|
|
testsensitive \
|
2011-05-26 04:32:31 +00:00
|
|
|
testtextview \
|
|
|
|
testanimation \
|
|
|
|
testpixbuf-save \
|
|
|
|
testpixbuf-color \
|
2011-06-17 15:33:18 +00:00
|
|
|
testpixbuf-scale \
|
2012-01-08 07:15:49 +00:00
|
|
|
testgmenu \
|
|
|
|
testlogout
|
2000-12-21 01:53:39 +00:00
|
|
|
|
2010-06-27 01:41:58 +00:00
|
|
|
if USE_X11
|
2010-08-11 05:23:23 +00:00
|
|
|
noinst_PROGRAMS += testerrors
|
2010-06-09 08:10:22 +00:00
|
|
|
endif
|
|
|
|
|
2007-06-26 14:24:27 +00:00
|
|
|
if HAVE_CXX
|
2011-11-02 02:14:45 +00:00
|
|
|
|
|
|
|
AM_CXXFLAGS = $(AM_CPPFLAGS)
|
|
|
|
|
2007-06-26 14:24:27 +00:00
|
|
|
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-09-05 03:40:32 +00:00
|
|
|
testadjustsize_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)
|
2005-02-03 23:29:02 +00:00
|
|
|
testcairo_DEPENDENCIES = $(TEST_DEPS)
|
2001-04-03 18:48:46 +00:00
|
|
|
testcalendar_DEPENDENCIES = $(TEST_DEPS)
|
2011-06-14 20:01:29 +00:00
|
|
|
testclipboard_DEPENDENCIES = $(TEST_DEPS)
|
2012-01-29 15:43:42 +00:00
|
|
|
testcolorchooser_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)
|
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)
|
2010-09-18 22:18:36 +00:00
|
|
|
testerrors_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)
|
2011-04-17 00:58:29 +00:00
|
|
|
testfontselection_DEPENDENCIES = $(TEST_DEPS)
|
2011-05-03 23:13:02 +00:00
|
|
|
testfontselectiondialog_DEPENDENCIES = $(TEST_DEPS)
|
2011-05-11 13:48:21 +00:00
|
|
|
testfontchooser_DEPENDENCIES = $(TEST_DEPS)
|
|
|
|
testfontchooserdialog_DEPENDENCIES = $(TEST_DEPS)
|
2010-09-18 22:18:36 +00:00
|
|
|
testframe_DEPENDENCIES = $(TEST_DEPS)
|
2010-10-10 02:15:34 +00:00
|
|
|
testgeometry_DEPENDENCIES = $(TEST_DEPS)
|
2010-11-05 09:33:50 +00:00
|
|
|
testgiconpixbuf = $(TEST_DEPS)
|
2010-09-27 14:44:31 +00:00
|
|
|
testgrid_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)
|
2011-02-11 12:46:35 +00:00
|
|
|
testkineticscrolling_DEPENDENCIES = $(TEST_DEPS)
|
2011-04-30 03:40:47 +00:00
|
|
|
testlockbutton_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)
|
2011-01-05 21:30:57 +00:00
|
|
|
testnumerableicon_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)
|
2010-11-23 16:23:37 +00:00
|
|
|
testappchooser_DEPENDENCIES = $(TEST_DEPS)
|
2010-11-29 11:19:18 +00:00
|
|
|
testappchooserbutton_DEPENDENCIES = $(TEST_DEPS)
|
2009-06-02 10:58:10 +00:00
|
|
|
testorientable_DEPENDENCIES = $(TEST_DEPS)
|
2011-05-19 16:53:05 +00:00
|
|
|
testoverlay_DEPENDENCIES = $(TEST_DEPS)
|
2012-02-06 16:26:57 +00:00
|
|
|
testoverlaystyleclass_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)
|
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)
|
2011-11-25 13:41:11 +00:00
|
|
|
testtreechanging_DEPENDENCIES = $(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)
|
2010-12-04 05:27:18 +00:00
|
|
|
testverticalcells_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)
|
2010-10-26 00:59:02 +00:00
|
|
|
testscrolledwindow_DEPENDENCIES = $(TEST_DEPS)
|
2010-11-08 16:26:38 +00:00
|
|
|
testcellarea_DEPENDENCIES = $(TEST_DEPS)
|
2010-11-18 08:33:23 +00:00
|
|
|
testtreemenu_DEPENDENCIES = $(TEST_DEPS)
|
2009-01-14 13:05:55 +00:00
|
|
|
testwindows_DEPENDENCIES = $(TEST_DEPS)
|
2010-09-06 16:31:54 +00:00
|
|
|
testexpand_DEPENDENCIES = $(TEST_DEPS)
|
2010-06-24 04:35:24 +00:00
|
|
|
testexpander_DEPENDENCIES = $(TEST_DEPS)
|
2010-11-26 13:24:04 +00:00
|
|
|
testswitch_DEPENDENCIES = $(TEST_DEPS)
|
2010-11-23 16:30:17 +00:00
|
|
|
styleexamples_DEPENDENCIES = $(TEST_DEPS)
|
2010-12-24 01:29:21 +00:00
|
|
|
testtoplevelembed_DEPENDENCIES = $(TEST_DEPS)
|
2011-02-05 03:06:25 +00:00
|
|
|
testnoscreen_DEPENDENCIES = $(TEST_DEPS)
|
2011-02-05 06:24:21 +00:00
|
|
|
testtreepos_DEPENDENCIES = $(TEST_DEPS)
|
2011-02-06 19:12:05 +00:00
|
|
|
testsensitive_DEPENDENCIES = $(TEST_DEPS)
|
2011-02-09 14:41:39 +00:00
|
|
|
testtextview_DEPENDENCIES = $(TEST_DEPS)
|
2011-05-26 04:32:31 +00:00
|
|
|
testanimation_DEPENDENCIES = $(TEST_DEPS)
|
|
|
|
testpixbuf_save_DEPENDENCIES = $(TEST_DEPS)
|
|
|
|
testpixbuf_color_DEPENDENCIES = $(TEST_DEPS)
|
|
|
|
testpixbuf_scale_DEPENDENCIES = $(TEST_DEPS)
|
2011-10-30 16:35:12 +00:00
|
|
|
testgmenu_DEPENDENCIES = $(TEST_DEPS)
|
2012-01-08 07:15:49 +00:00
|
|
|
testlogout_DEPENDENCIES = $(TEST_DEPS)
|
2000-12-21 01:53:39 +00:00
|
|
|
|
2011-05-27 22:54:56 +00:00
|
|
|
testboxcss_SOURCES = \
|
|
|
|
testboxcss.c \
|
|
|
|
prop-editor.c
|
|
|
|
|
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
|
|
|
|
2011-04-17 00:58:29 +00:00
|
|
|
testfontselection_SOURCES = \
|
|
|
|
testfontselection.c
|
|
|
|
|
2011-05-03 23:13:02 +00:00
|
|
|
testfontselectiondialog_SOURCES = \
|
|
|
|
testfontselectiondialog.c
|
|
|
|
|
2011-05-11 13:48:21 +00:00
|
|
|
testfontchooser_SOURCES = \
|
2011-09-05 12:10:08 +00:00
|
|
|
prop-editor.c \
|
2011-05-11 13:48:21 +00:00
|
|
|
testfontchooser.c
|
|
|
|
|
|
|
|
testfontchooserdialog_SOURCES = \
|
2011-09-05 12:10:08 +00:00
|
|
|
prop-editor.c \
|
2011-05-11 13:48:21 +00:00
|
|
|
testfontchooserdialog.c
|
|
|
|
|
2010-09-27 14:44:31 +00:00
|
|
|
testgrid_SOURCES = \
|
|
|
|
testgrid.c
|
|
|
|
|
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
|
|
|
|
2011-11-25 13:41:11 +00:00
|
|
|
testtreechanging_SOURCES = \
|
|
|
|
prop-editor.c \
|
|
|
|
testtreechanging.c
|
|
|
|
|
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
|
|
|
|
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
|
|
|
|
|
2010-10-10 02:15:34 +00:00
|
|
|
testgeometry_SOURCES = \
|
|
|
|
testgeometry.c
|
|
|
|
|
2010-11-05 09:33:50 +00:00
|
|
|
testgiconpixbuf_SOURCES = \
|
|
|
|
testgiconpixbuf.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
|
|
|
|
|
2011-01-05 21:30:57 +00:00
|
|
|
testnumerableicon_SOURCES = \
|
|
|
|
testnumerableicon.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
|
|
|
|
|
2010-10-26 00:59:02 +00:00
|
|
|
testscrolledwindow_SOURCES = \
|
|
|
|
testscrolledwindow.c
|
|
|
|
|
2010-11-08 16:26:38 +00:00
|
|
|
testcellarea_SOURCES = \
|
|
|
|
testcellarea.c \
|
|
|
|
cellareascaffold.c \
|
|
|
|
cellareascaffold.h
|
|
|
|
|
2010-11-18 08:33:23 +00:00
|
|
|
testtreemenu_SOURCES = \
|
|
|
|
testtreemenu.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
|
|
|
|
|
2011-05-19 16:53:05 +00:00
|
|
|
testoverlay_SOURCES = \
|
|
|
|
testoverlay.c
|
|
|
|
|
2012-02-06 16:26:57 +00:00
|
|
|
testoverlaystyleclass_SOURCES = \
|
|
|
|
testoverlaystyleclass.c
|
|
|
|
|
2010-11-23 16:23:37 +00:00
|
|
|
testappchooser_SOURCES = \
|
|
|
|
testappchooser.c
|
2010-11-16 12:47:51 +00:00
|
|
|
|
2010-11-29 11:19:18 +00:00
|
|
|
testappchooserbutton_SOURCES = \
|
|
|
|
testappchooserbutton.c
|
2010-11-24 18:08:17 +00:00
|
|
|
|
2010-01-23 04:05:08 +00:00
|
|
|
testwindows_SOURCES = \
|
2009-01-14 13:05:55 +00:00
|
|
|
testwindows.c
|
|
|
|
|
2010-09-06 16:31:54 +00:00
|
|
|
testexpand_SOURCES = testexpand.c
|
|
|
|
|
2010-06-24 04:35:24 +00:00
|
|
|
testexpander_SOURCES = testexpander.c
|
|
|
|
|
2010-11-26 13:24:04 +00:00
|
|
|
testswitch_SOURCES = testswitch.c
|
2010-12-24 01:29:21 +00:00
|
|
|
|
2010-11-23 16:30:17 +00:00
|
|
|
styleexamples_SOURCES = styleexamples.c
|
2010-11-26 13:24:04 +00:00
|
|
|
|
2010-12-24 01:29:21 +00:00
|
|
|
testtoplevelembed_SOURCES = testtoplevelembed.c
|
|
|
|
|
2011-02-09 14:41:39 +00:00
|
|
|
testtextview_SOURCES = testtextview.c
|
|
|
|
|
2011-05-26 04:32:31 +00:00
|
|
|
testanimation_SOURCES = testanimation.c
|
|
|
|
|
|
|
|
testpixbuf_scale_SOURCES = testpixbuf-scale.c
|
|
|
|
|
|
|
|
testpixbuf_color_SOURCES = testpixbuf-color.c
|
|
|
|
|
|
|
|
testpixbuf_save_SOURCES = testpixbuf-save.c
|
|
|
|
|
2012-01-29 15:43:42 +00:00
|
|
|
testcolorchooser_SOURCES = testcolorchooser.c
|
2011-02-09 14:41:39 +00:00
|
|
|
|
2011-02-11 12:46:35 +00:00
|
|
|
testkineticscrolling_SOURCES = testkineticscrolling.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 += \
|
2011-01-03 17:34:23 +00:00
|
|
|
gradient1.png \
|
2001-05-03 00:46:19 +00:00
|
|
|
prop-editor.h \
|
2001-04-03 18:48:46 +00:00
|
|
|
testgtk.1 \
|
2010-11-13 20:19:41 +00:00
|
|
|
testgtk.css \
|
|
|
|
testgtk2.css \
|
2001-04-03 18:48:46 +00:00
|
|
|
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 \
|
2012-02-09 13:45:40 +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
|