]> Pileus Git - ~andy/gtk/blobdiff - tests/Makefile.am
Add the GtkVolumeButton widget, a button that pops up a scale when clicked
[~andy/gtk] / tests / Makefile.am
index c57d9f45fd274ecbb0c3b350ad56a3e5a47fb4dd..0f2a739ebaa15a85250c69cbede8b755b94eb013 100644 (file)
@@ -4,7 +4,6 @@ INCLUDES =                                      \
        -I$(top_srcdir)                         \
        -I$(top_builddir)/gdk                   \
        -I$(top_srcdir)/gdk                     \
-       -DG_DISABLE_DEPRECATED                  \
        -DGDK_PIXBUF_DISABLE_DEPRECATED         \
        -DGDK_DISABLE_DEPRECATED                \
        -DGTK_DISABLE_DEPRECATED                \
@@ -25,30 +24,52 @@ if USE_X11
 testsocket_programs = testsocket testsocket_child
 endif
 
+TESTS = floatingtest
 
 noinst_PROGRAMS =                      \
+       autotestfilechooser             \
+       floatingtest                    \
        simple                          \
+       print-editor                    \
+       testaccel                       \
+       testassistant                   \
+       testbbox                        \
+       testcairo                       \
        testcalendar                    \
        testcombo                       \
        testcombochange                 \
+       testcellrenderertext            \
        testdnd                         \
+       testellipsise                   \
        testentrycompletion             \
        testfilechooser                 \
+       testfilechooserbutton           \
        testgtk                         \
+       testiconview                    \
        testicontheme                   \
+       testimage                       \
        testinput                       \
        testmenus                       \
+       testmenubars                    \
        testmultidisplay                \
        testmultiscreen                 \
+       testnotebookdnd                 \
+       testnouiprint                   \
+       testprint                       \
        testrgb                         \
+       testrecentchooser               \
+       testrecentchoosermenu           \
+       testrichtext                    \
        testselection                   \
        $(testsocket_programs)          \
        testspinbutton                  \
+       teststatusicon                  \
        testtext                        \
         testtextbuffer                 \
        testtoolbar                     \
        stresstest-toolbar              \
        testtreeedit                    \
+       testtreemodel                   \
        testtreeview                    \
        testtreefocus                   \
        testtreeflow                    \
@@ -60,30 +81,55 @@ noinst_PROGRAMS =                   \
        pixbuf-lowmem                   \
        pixbuf-randomly-modified        \
        pixbuf-random                   \
+       pixbuf-threads                  \
        testmerge                       \
-       testactions
+       testactions                     \
+       testgrouping                    \
+       testtooltips                    \
+       testvolumebutton
 
+autotestfilechooser_DEPENDENCIES = $(TEST_DEPS)
 simple_DEPENDENCIES = $(TEST_DEPS)
+floatingtest_DEPENDENCIES = $(TEST_DEPS)
+print_editor_DEPENDENCIES = $(TEST_DEPS)
 testicontheme_DEPENDENCIES = $(TEST_DEPS)
+testiconview_DEPENDENCIES = $(TEST_DEPS)
+testaccel_DEPENDENCIES = $(TEST_DEPS)
+testassistant_DEPENDENCIES = $(TEST_DEPS)
+testbbox_DEPENDENCIES = $(TEST_DEPS)
+testcairo_DEPENDENCIES = $(TEST_DEPS)
 testcalendar_DEPENDENCIES = $(TEST_DEPS)
 testcombo_DEPENDENCIES = $(TEST_DEPS)
 testcombochange_DEPENDENCIES = $(TEST_DEPS)
+testcellrenderertext_DEPENDENCIES = $(TEST_DEPS)
 testdnd_DEPENDENCIES = $(TEST_DEPS)
+testellipsise_DEPENDENCIES = $(TEST_DEPS)
 testentrycompletion_DEPENDENCIES = $(TEST_DEPS)
 testfilechooser_DEPENDENCIES = $(TEST_DEPS)
+testfilechooserbutton_DEPENDENCIES = $(TEST_DEPS)
 testgtk_DEPENDENCIES = $(TEST_DEPS)
 testinput_DEPENDENCIES = $(TEST_DEPS)
+testimage_DEPENDENCIES = $(TEST_DEPS)
 testmenus_DEPENDENCIES = $(TEST_DEPS)
+testmenubars_DEPENDENCIES = $(TEST_DEPS)
 testmultidisplay_DEPENDENCIES = $(TEST_DEPS)
 testmultiscreen_DEPENDENCIES = $(TEST_DEPS)
+testnotebookdnd_DEPENDENCIES = $(TEST_DEPS)
+testnouiprint_DEPENDENCIES = $(TEST_DEPS)
+testprint_DEPENDENCIES = $(TEST_DEPS)
+testrecentchooser_DEPENDENCIES = $(TEST_DEPS)
+testrecentchoosermenu_DEPENDENCIES = $(TEST_DEPS)
 testrgb_DEPENDENCIES = $(TEST_DEPS)
+testrichtext_DEPENDENCIES = $(TEST_DEPS)
 testselection_DEPENDENCIES = $(TEST_DEPS)
 testsocket_DEPENDENCIES = $(DEPS)
 testsocket_child_DEPENDENCIES = $(DEPS)
 testspinbutton_DEPENDENCIES = $(TEST_DEPS)
+teststatusicon_DEPENDENCIES = $(TEST_DEPS)
 testtext_DEPENDENCIES = $(TEST_DEPS)
 testtextbuffer_DEPENDENCIES = $(TEST_DEPS)
 testtreeedit_DEPENDENCIES = $(DEPS)
+testtreemodel_DEPENDENCIES = $(DEPS)
 testtreeview_DEPENDENCIES = $(DEPS)
 testtreefocus_DEPENDENCIES = $(DEPS)
 testtreeflow_DEPENDENCIES = $(DEPS)
@@ -93,29 +139,53 @@ treestoretest_DEPENDENCIES = $(TEST_DEPS)
 testxinerama_DEPENDENCIES = $(TEST_DEPS)
 testmerge_DEPENDENCIES = $(TEST_DEPS)
 testactions_DEPENDENCIES = $(TEST_DEPS)
+testgrouping_DEPENDENCIES = $(TEST_DEPS)
+testtooltips_DEPENDENCIES = $(TEST_DEPS)
+testvolumebutton_DEPENDENCIES = $(TEST_DEPS)
 
+autotestfilechooser_LDADD = $(LDADDS)
 simple_LDADD = $(LDADDS)
+floatingtest_LDADD = $(LDADDS)
+print_editor_LDADD = $(LDADDS)
+testaccel_LDADD = $(LDADDS)
+testassistant_LDADD = $(LDADDS)
+testbbox_LDADD = $(LDADDS)
+testcairo_LDADD = $(LDADDS)
 testcalendar_LDADD = $(LDADDS)
 testcombo_LDADD = $(LDADDS)
 testcombochange_LDADD = $(LDADDS)
+testcellrenderertext_LDADD = $(LDADDS)
 testdnd_LDADD = $(LDADDS)
+testellipsise_LDADD = $(LDADDS)
 testentrycompletion_LDADD = $(LDADDS)
 testfilechooser_LDADD = $(LDADDS)
+testfilechooserbutton_LDADD = $(LDADDS)
 testgtk_LDADD = $(LDADDS)
 testicontheme_LDADD = $(LDADDS)
+testiconview_LDADD = $(LDADDS)
 testinput_LDADD = $(LDADDS)
+testimage_LDADD = $(LDADDS)
 testmenus_LDADD = $(LDADDS)
+testmenubars_LDADD = $(LDADDS)
 testmultidisplay_LDADD = $(LDADDS)
 testmultiscreen_LDADD = $(LDADDS)
+testnotebookdnd_LDADD = $(LDADDS)
+testnouiprint_LDADD = $(LDADDS)
+testprint_LDADD = $(LDADDS)
+testrecentchooser_LDADD = $(LDADDS)
+testrecentchoosermenu_LDADD = $(LDADDS)
 testrgb_LDADD = $(LDADDS)
+testrichtext_LDADD = $(LDADDS)
 testselection_LDADD = $(LDADDS)
 testsocket_LDADD = $(LDADDS)
 testsocket_child_LDADD = $(LDADDS)
 testspinbutton_LDADD = $(LDADDS)
+teststatusicon_LDADD = $(LDADDS)
 testtextbuffer_LDADD = $(LDADDS)
 testtoolbar_LDADD = $(LDADDS)
 stresstest_toolbar_LDADD = $(LDADDS)
 testtreeedit_LDADD = $(LDADDS)
+testtreemodel_LDADD = $(LDADDS)
 testtreeview_LDADD = $(LDADDS)
 testtreefocus_LDADD = $(LDADDS)
 testtreeflow_LDADD = $(LDADDS)
@@ -128,13 +198,28 @@ pixbuf_read_LDADD = $(LDADDS)
 pixbuf_lowmem_LDADD = $(LDADDS)
 pixbuf_randomly_modified_LDADD = $(LDADDS)
 pixbuf_random_LDADD = $(LDADDS)
+pixbuf_threads_LDADD = $(LDADDS) $(GLIB_LIBS)
 testmerge_LDADD = $(LDADDS)
 testactions_LDADD = $(LDADDS)
+testgrouping_LDADD = $(LDADDS)
+testtooltips_LDADD = $(LDADDS)
+testvolumebutton_LDADD = $(LDADDS)
+
+autotestfilechooser_SOURCES =  \
+       autotestfilechooser.c
+
+testentrycompletion_SOURCES =  \
+       prop-editor.c           \
+       testentrycompletion.c
 
 testfilechooser_SOURCES =      \
        prop-editor.c           \
        testfilechooser.c       
 
+testfilechooserbutton_SOURCES =        \
+       prop-editor.c           \
+       testfilechooserbutton.c         
+
 testgtk_SOURCES =      \
        prop-editor.c   \
        testgtk.c       
@@ -142,6 +227,9 @@ testgtk_SOURCES =   \
 testtreeedit_SOURCES =         \
        testtreeedit.c
 
+testtreemodel_SOURCES = \
+       testtreemodel.c
+
 testtreeview_SOURCES = \
        prop-editor.c   \
        testtreeview.c 
@@ -154,6 +242,11 @@ testtoolbar_SOURCES =      \
        testtoolbar.c   \
        prop-editor.c
 
+testprint_SOURCES =            \
+       testprint.c             \
+       testprintfileoperation.h \
+       testprintfileoperation.c
+
 testsocket_SOURCES =           \
        testsocket.c            \
        testsocket_common.c
@@ -165,12 +258,39 @@ testsocket_child_SOURCES =        \
 testspinbutton_SOURCES =       \
        testspinbutton.c
 
+teststatusicon_SOURCES =       \
+       prop-editor.c           \
+       teststatusicon.c
+
 testmerge_SOURCES =            \
        testmerge.c
 
 testactions_SOURCES =          \
        testactions.c
 
+testbbox_SOURCES =             \
+       testbbox.c
+
+testiconview_SOURCES =                 \
+       testiconview.c          \
+       prop-editor.c
+
+testrecentchooser_SOURCES =    \
+       prop-editor.c           \
+       testrecentchooser.c
+
+testgrouping_SOURCES =         \
+       testgrouping.c
+
+testtooltips_SOURCES =         \
+       testtooltips.c
+
+testrecentchoosermenu_SOURCES =        \
+       testrecentchoosermenu.c
+
+testvolumebutton_SOURCES =     \
+       testvolumebutton.c
+
 EXTRA_DIST =                   \
        prop-editor.h           \
        testgtk.1               \
@@ -190,5 +310,6 @@ EXTRA_DIST =                        \
        merge-1.ui              \
        merge-2.ui              \
        merge-3.ui              \
+       gnome-textfile.png      \
        makefile.msc