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
|
|
|
|
2013-05-15 13:28:06 +00:00
|
|
|
SUBDIRS = 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) \
|
2014-10-24 03:39:39 +00:00
|
|
|
$(GDK_DEP_CFLAGS)
|
2003-05-06 21:55:41 +00:00
|
|
|
|
2010-12-09 04:07:00 +00:00
|
|
|
DEPS = \
|
2016-10-05 19:38:34 +00:00
|
|
|
$(top_builddir)/gtk/libgtk-4.la
|
2000-12-21 01:53:39 +00:00
|
|
|
|
2012-03-01 20:04:25 +00:00
|
|
|
LDADD = \
|
2016-10-05 19:38:34 +00:00
|
|
|
$(top_builddir)/gtk/libgtk-4.la \
|
|
|
|
$(top_builddir)/gdk/libgdk-4.la \
|
2011-02-10 19:41:02 +00:00
|
|
|
$(GTK_DEP_LIBS) \
|
2014-10-15 14:15:35 +00:00
|
|
|
$(GDK_DEP_LIBS) \
|
2010-06-26 05:06:30 +00:00
|
|
|
-lm
|
2000-12-21 01:53:39 +00:00
|
|
|
|
2014-10-24 01:55:20 +00:00
|
|
|
|
2015-06-14 03:00:41 +00:00
|
|
|
if OS_LINUX
|
|
|
|
fontconfig_programs = testfontchooserdialog
|
|
|
|
endif
|
|
|
|
|
2007-12-05 16:58:44 +00:00
|
|
|
noinst_PROGRAMS = $(TEST_PROGS) \
|
2014-10-05 03:37:11 +00:00
|
|
|
overlayscroll \
|
2014-10-10 00:17:10 +00:00
|
|
|
syncscroll \
|
2014-09-17 15:09:52 +00:00
|
|
|
subsurface \
|
2012-09-18 22:21:08 +00:00
|
|
|
animated-resizing \
|
2014-09-29 21:10:41 +00:00
|
|
|
animated-revealing \
|
2012-09-26 14:28:06 +00:00
|
|
|
motion-compression \
|
2013-04-21 20:05:40 +00:00
|
|
|
scrolling-performance \
|
2015-03-19 15:24:19 +00:00
|
|
|
blur-performance \
|
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 \
|
2012-11-15 22:39:30 +00:00
|
|
|
video-timer \
|
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 \
|
2013-03-05 14:23:31 +00:00
|
|
|
testbaseline \
|
2007-02-08 12:11:02 +00:00
|
|
|
testbbox \
|
2014-02-17 04:24:13 +00:00
|
|
|
testbox \
|
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 \
|
2016-01-23 23:00:57 +00:00
|
|
|
testcolorchooser2 \
|
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 \
|
2014-02-02 22:27:34 +00:00
|
|
|
testdialog \
|
2002-05-05 00:59:42 +00:00
|
|
|
testdnd \
|
2015-12-11 15:44:46 +00:00
|
|
|
testdnd2 \
|
2004-07-22 05:06:39 +00:00
|
|
|
testellipsise \
|
2014-03-25 00:10:02 +00:00
|
|
|
testemblems \
|
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 \
|
2013-09-29 17:43:27 +00:00
|
|
|
testflowbox \
|
2011-05-11 13:48:21 +00:00
|
|
|
testfontchooser \
|
2015-07-02 02:14:58 +00:00
|
|
|
testfontoptions \
|
2015-06-14 03:00:41 +00:00
|
|
|
$(fontconfig_programs) \
|
2007-06-22 10:16:39 +00:00
|
|
|
testframe \
|
2013-01-21 10:53:23 +00:00
|
|
|
testfullscreen \
|
2010-11-05 09:33:50 +00:00
|
|
|
testgiconpixbuf \
|
2014-10-09 09:14:09 +00:00
|
|
|
testglarea \
|
2014-10-09 09:16:51 +00:00
|
|
|
testglblending \
|
2010-09-27 14:44:31 +00:00
|
|
|
testgrid \
|
2002-05-05 00:59:42 +00:00
|
|
|
testgtk \
|
2013-03-18 05:03:39 +00:00
|
|
|
testheaderbar \
|
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 \
|
2013-06-10 11:49:14 +00:00
|
|
|
testlist \
|
2013-08-27 03:06:04 +00:00
|
|
|
testlist2 \
|
2014-03-29 01:48:54 +00:00
|
|
|
testlist3 \
|
2013-09-08 20:39:49 +00:00
|
|
|
testlevelbar \
|
2011-04-30 03:40:47 +00:00
|
|
|
testlockbutton \
|
2012-05-29 17:39:37 +00:00
|
|
|
testmenubutton \
|
2008-05-29 23:12:21 +00:00
|
|
|
testmountoperation \
|
2002-05-05 00:59:42 +00:00
|
|
|
testmultidisplay \
|
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 \
|
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 \
|
2014-08-08 11:28:27 +00:00
|
|
|
testselectionmode \
|
2004-03-12 15:49:22 +00:00
|
|
|
testspinbutton \
|
2003-07-02 14:04:43 +00:00
|
|
|
testtoolbar \
|
2014-08-16 03:22:00 +00:00
|
|
|
testtoolbar2 \
|
2003-07-04 16:48:40 +00:00
|
|
|
stresstest-toolbar \
|
2011-11-25 13:41:11 +00:00
|
|
|
testtreechanging \
|
2015-06-05 12:33:59 +00:00
|
|
|
testtreednd \
|
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 \
|
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 \
|
2014-10-12 12:29:24 +00:00
|
|
|
testscrolledge \
|
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 \
|
2013-04-21 11:51:14 +00:00
|
|
|
testlogout \
|
2013-04-22 14:22:02 +00:00
|
|
|
teststack \
|
2013-05-25 15:42:28 +00:00
|
|
|
testrevealer \
|
2016-02-24 01:53:23 +00:00
|
|
|
testrevealer2 \
|
2013-06-29 12:52:04 +00:00
|
|
|
testtitlebar \
|
2014-01-06 15:30:15 +00:00
|
|
|
testsplitheaders \
|
2014-01-07 04:34:41 +00:00
|
|
|
testactionbar \
|
2014-01-26 13:02:28 +00:00
|
|
|
testwindowsize \
|
|
|
|
testpopover \
|
2014-10-09 09:16:11 +00:00
|
|
|
gdkgears \
|
2015-08-16 22:04:49 +00:00
|
|
|
listmodel \
|
2015-12-21 13:35:53 +00:00
|
|
|
testpopup \
|
2016-06-23 14:54:22 +00:00
|
|
|
testpopupat \
|
2014-01-26 13:02:28 +00:00
|
|
|
$(NULL)
|
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
|
|
|
|
|
2012-09-18 22:21:08 +00:00
|
|
|
animated_resizing_DEPENDENCIES = $(TEST_DEPS)
|
2014-09-29 21:10:41 +00:00
|
|
|
animated_revealing_DEPENDENCIES = $(TEST_DEPS)
|
2009-01-16 09:40:18 +00:00
|
|
|
flicker_DEPENDENCIES = $(TEST_DEPS)
|
2012-09-26 14:28:06 +00:00
|
|
|
motion_compression_DEPENDENCIES = $(TEST_DEPS)
|
2013-04-21 20:05:40 +00:00
|
|
|
scrolling_performance_DEPENDENCIES = $(TEST_DEPS)
|
2015-03-19 15:24:19 +00:00
|
|
|
blur_performance_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)
|
2012-11-15 22:39:30 +00:00
|
|
|
video_timer_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)
|
2013-03-05 14:23:31 +00:00
|
|
|
testbaseline_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)
|
2016-01-23 23:00:57 +00:00
|
|
|
testcolorchooser2_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)
|
2015-12-11 15:44:46 +00:00
|
|
|
testdnd2_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)
|
2013-09-29 17:43:27 +00:00
|
|
|
testflowbox_DEPENDENCIES = $(TEST_DEPS)
|
2011-05-11 13:48:21 +00:00
|
|
|
testfontchooser_DEPENDENCIES = $(TEST_DEPS)
|
|
|
|
testfontchooserdialog_DEPENDENCIES = $(TEST_DEPS)
|
2015-07-02 02:14:58 +00:00
|
|
|
testfontoptions_DEPENDENCIES = $(TEST_DEPS)
|
2010-09-18 22:18:36 +00:00
|
|
|
testframe_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)
|
2013-03-18 05:03:39 +00:00
|
|
|
testheaderbar_DEPENDENCIES = $(TEST_DEPS)
|
2001-04-03 18:48:46 +00:00
|
|
|
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)
|
2013-06-10 11:49:14 +00:00
|
|
|
testlist_DEPENDENCIES = $(TEST_DEPS)
|
2013-08-27 03:06:04 +00:00
|
|
|
testlist2_DEPENDENCIES = $(TEST_DEPS)
|
2013-09-08 20:39:49 +00:00
|
|
|
testlevelbar_DEPENDENCIES = $(TEST_DEPS)
|
2011-04-30 03:40:47 +00:00
|
|
|
testlockbutton_DEPENDENCIES = $(TEST_DEPS)
|
2012-05-29 17:39:37 +00:00
|
|
|
testmenubutton_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)
|
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)
|
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)
|
2004-03-12 15:49:22 +00:00
|
|
|
testspinbutton_DEPENDENCIES = $(TEST_DEPS)
|
2011-11-25 13:41:11 +00:00
|
|
|
testtreechanging_DEPENDENCIES = $(DEPS)
|
2015-06-05 12:33:59 +00:00
|
|
|
testtreednd_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)
|
2014-10-12 12:29:24 +00:00
|
|
|
testscrolledge_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)
|
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)
|
2013-04-21 11:51:14 +00:00
|
|
|
teststack_DEPENDENCIES = $(TEST_DEPS)
|
2013-04-22 14:22:02 +00:00
|
|
|
testrevealer_DEPENDENCIES = $(TEST_DEPS)
|
2016-02-24 01:53:23 +00:00
|
|
|
testrevealer2_DEPENDENCIES = $(TEST_DEPS)
|
2013-06-29 12:52:04 +00:00
|
|
|
testtitlebar_DEPENDENCIES = $(TEST_DEPS)
|
2013-05-25 15:42:28 +00:00
|
|
|
testwindowsize_DEPENDENCIES = $(TEST_DEPS)
|
2015-08-16 22:04:49 +00:00
|
|
|
listmodel_DEPENDENCIES = $(TEST_DEPS)
|
2015-12-02 23:46:54 +00:00
|
|
|
foreigndrawing_DEPENDENCIES = $(TEST_DEPS)
|
2000-12-21 01:53:39 +00:00
|
|
|
|
2012-11-14 22:54:03 +00:00
|
|
|
animated_resizing_SOURCES = \
|
|
|
|
animated-resizing.c \
|
2013-04-21 22:31:36 +00:00
|
|
|
frame-stats.c \
|
|
|
|
frame-stats.h \
|
2012-11-14 22:54:03 +00:00
|
|
|
variable.c \
|
|
|
|
variable.h
|
|
|
|
|
2014-09-29 21:10:41 +00:00
|
|
|
animated_revealing_SOURCES = \
|
|
|
|
animated-revealing.c \
|
|
|
|
frame-stats.c \
|
|
|
|
frame-stats.h \
|
|
|
|
variable.c \
|
|
|
|
variable.h
|
|
|
|
|
2013-04-21 20:05:40 +00:00
|
|
|
scrolling_performance_SOURCES = \
|
|
|
|
scrolling-performance.c \
|
|
|
|
frame-stats.c \
|
|
|
|
frame-stats.h \
|
|
|
|
variable.c \
|
|
|
|
variable.h
|
|
|
|
|
2015-03-19 15:24:19 +00:00
|
|
|
blur_performance_SOURCES = \
|
|
|
|
blur-performance.c \
|
|
|
|
../gtk/gtkcairoblur.c
|
|
|
|
|
2012-11-15 22:39:30 +00:00
|
|
|
video_timer_SOURCES = \
|
|
|
|
video-timer.c \
|
|
|
|
variable.c \
|
|
|
|
variable.h
|
|
|
|
|
2011-05-27 22:54:56 +00:00
|
|
|
testboxcss_SOURCES = \
|
2014-05-22 12:30:34 +00:00
|
|
|
testboxcss.c
|
2011-05-27 22:54:56 +00:00
|
|
|
|
2005-10-26 03:55:35 +00:00
|
|
|
testentrycompletion_SOURCES = \
|
|
|
|
testentrycompletion.c
|
|
|
|
|
2008-12-19 17:44:56 +00:00
|
|
|
testentryicons_SOURCES = \
|
|
|
|
testentryicons.c
|
|
|
|
|
2003-10-23 04:22:32 +00:00
|
|
|
testfilechooser_SOURCES = \
|
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 = \
|
2010-05-08 05:18:53 +00:00
|
|
|
testfilechooserbutton.c
|
2004-08-17 16:06:39 +00:00
|
|
|
|
2013-09-29 17:43:27 +00:00
|
|
|
testflowbox_SOURCES = \
|
|
|
|
testflowbox.c
|
|
|
|
|
2011-05-11 13:48:21 +00:00
|
|
|
testfontchooser_SOURCES = \
|
|
|
|
testfontchooser.c
|
|
|
|
|
|
|
|
testfontchooserdialog_SOURCES = \
|
|
|
|
testfontchooserdialog.c
|
|
|
|
|
2015-07-02 02:14:58 +00:00
|
|
|
testfontoptions_SOURCES = \
|
|
|
|
testfontoptions.c
|
|
|
|
|
2010-09-27 14:44:31 +00:00
|
|
|
testgrid_SOURCES = \
|
|
|
|
testgrid.c
|
|
|
|
|
2001-05-03 00:46:19 +00:00
|
|
|
testgtk_SOURCES = \
|
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 = \
|
|
|
|
testtreechanging.c
|
|
|
|
|
2015-06-05 12:33:59 +00:00
|
|
|
testtreednd_SOURCES = \
|
|
|
|
testtreednd.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 = \
|
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 = \
|
2014-05-22 12:30:34 +00:00
|
|
|
testtoolbar.c
|
2003-07-02 14:04:43 +00:00
|
|
|
|
2012-05-29 17:39:37 +00:00
|
|
|
testmenubutton_SOURCES = \
|
2014-05-22 12:30:34 +00:00
|
|
|
testmenubutton.c
|
2012-05-29 17:39:37 +00:00
|
|
|
|
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
|
|
|
|
|
2004-03-12 15:49:22 +00:00
|
|
|
testspinbutton_SOURCES = \
|
|
|
|
testspinbutton.c
|
|
|
|
|
2003-08-24 19:58:30 +00:00
|
|
|
testmerge_SOURCES = \
|
|
|
|
testmerge.c
|
|
|
|
|
|
|
|
testactions_SOURCES = \
|
|
|
|
testactions.c
|
|
|
|
|
2013-03-05 14:23:31 +00:00
|
|
|
testbaseline_SOURCES = \
|
|
|
|
testbaseline.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-11-05 09:33:50 +00:00
|
|
|
testgiconpixbuf_SOURCES = \
|
|
|
|
testgiconpixbuf.c
|
|
|
|
|
2004-08-04 14:32:45 +00:00
|
|
|
testiconview_SOURCES = \
|
2014-05-22 12:30:34 +00:00
|
|
|
testiconview.c
|
2004-08-04 14:32:45 +00:00
|
|
|
|
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 = \
|
|
|
|
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 = \
|
2012-05-05 03:39:58 +00:00
|
|
|
testcellarea.c
|
2010-11-08 16:26:38 +00:00
|
|
|
|
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-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
|
|
|
|
2016-01-23 23:00:57 +00:00
|
|
|
testcolorchooser2_SOURCES = testcolorchooser2.c
|
|
|
|
|
2011-02-11 12:46:35 +00:00
|
|
|
testkineticscrolling_SOURCES = testkineticscrolling.c
|
|
|
|
|
2013-04-21 11:51:14 +00:00
|
|
|
teststack_SOURCES = teststack.c
|
|
|
|
|
2013-04-22 14:22:02 +00:00
|
|
|
testrevealer_SOURCES = testrevealer.c
|
|
|
|
|
2016-02-24 01:53:23 +00:00
|
|
|
testrevealer2_SOURCES = testrevealer2.c
|
|
|
|
|
2013-07-01 17:17:51 +00:00
|
|
|
testtitlebar_SOURCES = testtitlebar.c
|
2013-06-29 12:52:04 +00:00
|
|
|
|
2013-05-25 15:42:28 +00:00
|
|
|
testwindowsize_SOURCES = testwindowsize.c
|
|
|
|
|
2014-10-09 09:16:11 +00:00
|
|
|
gdkgears_SOURCES = \
|
|
|
|
gdkgears.c \
|
|
|
|
gtkgears.c \
|
|
|
|
gtkgears.h
|
|
|
|
|
2014-10-09 09:16:51 +00:00
|
|
|
testglblending_SOURCES = \
|
|
|
|
testglblending.c \
|
|
|
|
gtkgears.c \
|
|
|
|
gtkgears.h
|
|
|
|
|
2015-08-16 22:04:49 +00:00
|
|
|
listmodel_SOURCES = listmodel.c
|
|
|
|
|
2015-12-02 23:46:54 +00:00
|
|
|
foreigndrawing_SOURCES = foreigndrawing.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-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 \
|
2014-01-06 15:30:15 +00:00
|
|
|
testsplitheaders.ui \
|
2014-04-24 05:36:36 +00:00
|
|
|
makefile.msc \
|
|
|
|
mydialog.ui \
|
|
|
|
mydialog2.ui \
|
2014-08-11 20:23:41 +00:00
|
|
|
popover.ui \
|
|
|
|
selectionmode.ui
|
2004-05-01 13:54:33 +00:00
|
|
|
|
2009-05-04 00:08:11 +00:00
|
|
|
-include $(top_srcdir)/git.mk
|