]> Pileus Git - ~andy/gtk/blobdiff - tests/Makefile.am
Merge libgdk and libgtk
[~andy/gtk] / tests / Makefile.am
index 31d934dd6969deb272ffd9e1e70a50fef5e6aee6..744796bb79523a62f525fe0e4295fef123340fd9 100644 (file)
@@ -8,18 +8,16 @@ INCLUDES =                            \
        -DGDK_DISABLE_DEPRECATED        \
        -DGTK_DISABLE_DEPRECATED        \
        $(GTK_DEBUG_FLAGS)              \
-       $(GTK_DEP_CFLAGS)
+       $(GTK_DEP_CFLAGS)               \
+       $(GDK_DEP_CFLAGS)
 
-DEPS =                                                                 \
-       $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la  \
-       $(top_builddir)/gdk/$(gdktargetlib)                             \
-       $(top_builddir)/gtk/$(gtktargetlib)
+DEPS = \
+       $(top_builddir)/gtk/libgtk-3.0.la
 
-LDADDS =                                                               \
-       $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la  \
-       $(top_builddir)/gdk/$(gdktargetlib)                             \
-       $(top_builddir)/gtk/$(gtktargetlib)                             \
-       $(GTK_DEP_LIBS)
+LDADDS = \
+       $(top_builddir)/gtk/libgtk-3.0.la       \
+       $(GTK_DEP_LIBS)                         \
+       -lm
 
 if USE_X11
 testsocket_programs = testsocket testsocket_child
@@ -29,8 +27,10 @@ noinst_PROGRAMS =  $(TEST_PROGS)     \
        simple                          \
        flicker                         \
        print-editor                    \
-       extendedlayoutexample           \
        testaccel                       \
+       testadjustsize                  \
+       testappchooser                  \
+       testappchooserbutton            \
        testassistant                   \
        testbbox                        \
        testbuttons                     \
@@ -47,8 +47,13 @@ noinst_PROGRAMS =  $(TEST_PROGS)     \
        testfilechooser                 \
        testfilechooserbutton           \
        testframe                       \
+       testgeometry                    \
+       testgiconpixbuf                 \
+       testgrid                        \
        testgtk                         \
+       testheightforwidth              \
        testiconview                    \
+       testiconview-keynav             \
        testicontheme                   \
        testimage                       \
        testinput                       \
@@ -62,7 +67,6 @@ noinst_PROGRAMS =  $(TEST_PROGS)      \
        testoffscreenwindow             \
        testorientable                  \
        testprint                       \
-       testrgb                         \
        testrecentchooser               \
        testrecentchoosermenu           \
        testrichtext                    \
@@ -71,7 +75,6 @@ noinst_PROGRAMS =  $(TEST_PROGS)      \
        $(testsocket_programs)          \
        testspinbutton                  \
        teststatusicon                  \
-       testtext                        \
        testtoolbar                     \
        stresstest-toolbar              \
        testtreeedit                    \
@@ -82,19 +85,25 @@ noinst_PROGRAMS =  $(TEST_PROGS)    \
        testtreecolumns                 \
        testtreecolumnsizing            \
        testtreesort                    \
+       testverticalcells                       \
        treestoretest                   \
        testxinerama                    \
        testwindows                     \
-       pixbuf-read                     \
-       pixbuf-lowmem                   \
-       pixbuf-randomly-modified        \
-       pixbuf-random                   \
-       pixbuf-threads                  \
        testmerge                       \
        testactions                     \
        testgrouping                    \
        testtooltips                    \
-       testvolumebutton
+       testexpand                      \
+       testexpander                    \
+       testvolumebutton                \
+       testscrolledwindow              \
+       testcellarea                    \
+       testswitch                      \
+       styleexamples
+
+if USE_X11
+noinst_PROGRAMS += testerrors
+endif
 
 if HAVE_CXX
 noinst_PROGRAMS += autotestkeywords
@@ -112,14 +121,14 @@ endif
 flicker_DEPENDENCIES = $(TEST_DEPS)
 simple_DEPENDENCIES = $(TEST_DEPS)
 print_editor_DEPENDENCIES = $(TEST_DEPS)
-extendedlayoutexample_DEPENDENCIES = $(TEST_DEPS)
+testheightforwidth_DEPENDENCIES = $(TEST_DEPS)
 testicontheme_DEPENDENCIES = $(TEST_DEPS)
 testiconview_DEPENDENCIES = $(TEST_DEPS)
 testaccel_DEPENDENCIES = $(TEST_DEPS)
+testadjustsize_DEPENDENCIES = $(TEST_DEPS)
 testassistant_DEPENDENCIES = $(TEST_DEPS)
 testbbox_DEPENDENCIES = $(TEST_DEPS)
 testbuttons_DEPENDENCIES = $(TEST_DEPS)
-testframe_DEPENDENCIES = $(TEST_DEPS)
 testcairo_DEPENDENCIES = $(TEST_DEPS)
 testcalendar_DEPENDENCIES = $(TEST_DEPS)
 testcombo_DEPENDENCIES = $(TEST_DEPS)
@@ -130,8 +139,13 @@ testdnd_DEPENDENCIES = $(TEST_DEPS)
 testellipsise_DEPENDENCIES = $(TEST_DEPS)
 testentrycompletion_DEPENDENCIES = $(TEST_DEPS)
 testentryicons_DEPENDENCIES = $(TEST_DEPS)
+testerrors_DEPENDENCIES = $(TEST_DEPS)
 testfilechooser_DEPENDENCIES = $(TEST_DEPS)
 testfilechooserbutton_DEPENDENCIES = $(TEST_DEPS)
+testframe_DEPENDENCIES = $(TEST_DEPS)
+testgeometry_DEPENDENCIES = $(TEST_DEPS)
+testgiconpixbuf = $(TEST_DEPS)
+testgrid_DEPENDENCIES = $(TEST_DEPS)
 testgtk_DEPENDENCIES = $(TEST_DEPS)
 testinput_DEPENDENCIES = $(TEST_DEPS)
 testimage_DEPENDENCIES = $(TEST_DEPS)
@@ -143,11 +157,12 @@ testnotebookdnd_DEPENDENCIES = $(TEST_DEPS)
 testnouiprint_DEPENDENCIES = $(TEST_DEPS)
 testoffscreen_DEPENDENCIES = $(TEST_DEPS)
 testoffscreenwindow_DEPENDENCIES = $(TEST_DEPS)
+testappchooser_DEPENDENCIES = $(TEST_DEPS)
+testappchooserbutton_DEPENDENCIES = $(TEST_DEPS)
 testorientable_DEPENDENCIES = $(TEST_DEPS)
 testprint_DEPENDENCIES = $(TEST_DEPS)
 testrecentchooser_DEPENDENCIES = $(TEST_DEPS)
 testrecentchoosermenu_DEPENDENCIES = $(TEST_DEPS)
-testrgb_DEPENDENCIES = $(TEST_DEPS)
 testrichtext_DEPENDENCIES = $(TEST_DEPS)
 testscale_DEPENDENCIES = $(TEST_DEPS)
 testselection_DEPENDENCIES = $(TEST_DEPS)
@@ -155,7 +170,6 @@ testsocket_DEPENDENCIES = $(DEPS)
 testsocket_child_DEPENDENCIES = $(DEPS)
 testspinbutton_DEPENDENCIES = $(TEST_DEPS)
 teststatusicon_DEPENDENCIES = $(TEST_DEPS)
-testtext_DEPENDENCIES = $(TEST_DEPS)
 testtreeedit_DEPENDENCIES = $(DEPS)
 testtreemodel_DEPENDENCIES = $(DEPS)
 testtreeview_DEPENDENCIES = $(DEPS)
@@ -164,6 +178,7 @@ testtreeflow_DEPENDENCIES = $(DEPS)
 testtreecolumns_DEPENDENCIES = $(DEPS)
 testtreecolumnsizing_DEPENDENCIES = $(DEPS)
 testtreesort_DEPENDENCIES = $(DEPS)
+testverticalcells_DEPENDENCIES = $(DEPS)
 treestoretest_DEPENDENCIES = $(TEST_DEPS)
 testxinerama_DEPENDENCIES = $(TEST_DEPS)
 testmerge_DEPENDENCIES = $(TEST_DEPS)
@@ -171,17 +186,22 @@ testactions_DEPENDENCIES = $(TEST_DEPS)
 testgrouping_DEPENDENCIES = $(TEST_DEPS)
 testtooltips_DEPENDENCIES = $(TEST_DEPS)
 testvolumebutton_DEPENDENCIES = $(TEST_DEPS)
+testscrolledwindow_DEPENDENCIES = $(TEST_DEPS)
+testcellarea_DEPENDENCIES = $(TEST_DEPS)
 testwindows_DEPENDENCIES = $(TEST_DEPS)
+testexpand_DEPENDENCIES = $(TEST_DEPS)
+testexpander_DEPENDENCIES = $(TEST_DEPS)
+testswitch_DEPENDENCIES = $(TEST_DEPS)
+styleexamples_DEPENDENCIES = $(TEST_DEPS)
 
 flicker_LDADD = $(LDADDS)
 simple_LDADD = $(LDADDS)
 print_editor_LDADD = $(LDADDS)
-extendedlayoutexample_LDADD = $(LDADDS)
 testaccel_LDADD = $(LDADDS)
+testadjustsize_LDADD = $(LDADDS)
 testassistant_LDADD = $(LDADDS)
 testbbox_LDADD = $(LDADDS)
 testbuttons_LDADD = $(LDADDS)
-testframe_LDADD = $(LDADDS)
 testcairo_LDADD = $(LDADDS)
 testcalendar_LDADD = $(LDADDS)
 testcombo_LDADD = $(LDADDS)
@@ -192,11 +212,18 @@ testdnd_LDADD = $(LDADDS)
 testellipsise_LDADD = $(LDADDS)
 testentrycompletion_LDADD = $(LDADDS)
 testentryicons_LDADD = $(LDADDS)
+testerrors_LDADD = $(LDADDS)
 testfilechooser_LDADD = $(LDADDS)
 testfilechooserbutton_LDADD = $(LDADDS)
+testframe_LDADD = $(LDADDS)
+testgeometry_LDADD = $(LDADDS)
+testgiconpixbuf_LDADD = $(LDADDS)
+testgrid_LDADD = $(LDADDS)
 testgtk_LDADD = $(LDADDS)
+testheightforwidth_LDADD = $(LDADDS)
 testicontheme_LDADD = $(LDADDS)
 testiconview_LDADD = $(LDADDS)
+testiconview_keynav_LDADD = $(LDADDS)
 testinput_LDADD = $(LDADDS)
 testimage_LDADD = $(LDADDS)
 testmenubars_LDADD = $(LDADDS)
@@ -207,11 +234,12 @@ testnotebookdnd_LDADD = $(LDADDS)
 testnouiprint_LDADD = $(LDADDS)
 testoffscreen_LDADD = $(LDADDS)
 testoffscreenwindow_LDADD = $(LDADDS)
+testappchooser_LDADD = $(LDADDS)
+testappchooserbutton_LDADD = $(LDADDS)
 testorientable_LDADD = $(LDADDS)
 testprint_LDADD = $(LDADDS)
 testrecentchooser_LDADD = $(LDADDS)
 testrecentchoosermenu_LDADD = $(LDADDS)
-testrgb_LDADD = $(LDADDS)
 testrichtext_LDADD = $(LDADDS)
 testscale_LDADD = $(LDADDS)
 testselection_LDADD = $(LDADDS)
@@ -229,21 +257,21 @@ testtreeflow_LDADD = $(LDADDS)
 testtreecolumns_LDADD = $(LDADDS)
 testtreecolumnsizing_LDADD = $(LDADDS)
 testtreesort_LDADD = $(LDADDS)
-testtext_LDADD = $(LDADDS)
+testverticalcells_LDADD = $(LDADDS)
 treestoretest_LDADD = $(LDADDS)
 testxinerama_LDADD = $(LDADDS)
-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)
+testscrolledwindow_LDADD = $(LDADDS)
+testcellarea_LDADD = $(LDADDS)
 testwindows_LDADD = $(LDADDS)
-
+testexpand_LDADD = $(LDADDS)
+testexpander_LDADD = $(LDADDS)
+testswitch_LDADD = $(LDADDS)
+styleexamples_LDADD = $(LDADDS)
 
 testentrycompletion_SOURCES =  \
        prop-editor.c           \
@@ -255,15 +283,18 @@ testentryicons_SOURCES =  \
 
 testfilechooser_SOURCES =      \
        prop-editor.c           \
-       testfilechooser.c       
+       testfilechooser.c
 
 testfilechooserbutton_SOURCES =        \
        prop-editor.c           \
-       testfilechooserbutton.c         
+       testfilechooserbutton.c
+
+testgrid_SOURCES =     \
+       testgrid.c
 
 testgtk_SOURCES =      \
        prop-editor.c   \
-       testgtk.c       
+       testgtk.c
 
 testtreeedit_SOURCES =         \
        testtreeedit.c
@@ -273,11 +304,7 @@ testtreemodel_SOURCES = \
 
 testtreeview_SOURCES = \
        prop-editor.c   \
-       testtreeview.c 
-
-testtext_SOURCES =     \
-       prop-editor.c   \
-       testtext.c 
+       testtreeview.c
 
 testtoolbar_SOURCES =  \
        testtoolbar.c   \
@@ -318,10 +345,19 @@ testbuttons_SOURCES =             \
 testframe_SOURCES =            \
        testframe.c
 
+testgeometry_SOURCES =                 \
+       testgeometry.c
+
+testgiconpixbuf_SOURCES =      \
+       testgiconpixbuf.c
+
 testiconview_SOURCES =                 \
        testiconview.c          \
        prop-editor.c
 
+testiconview_keynav_SOURCES =  \
+       testiconview-keynav.c
+
 testrecentchooser_SOURCES =    \
        prop-editor.c           \
        testrecentchooser.c
@@ -338,6 +374,14 @@ testrecentchoosermenu_SOURCES =    \
 testvolumebutton_SOURCES =     \
        testvolumebutton.c
 
+testscrolledwindow_SOURCES =   \
+       testscrolledwindow.c
+
+testcellarea_SOURCES =         \
+       testcellarea.c          \
+       cellareascaffold.c      \
+       cellareascaffold.h
+
 testoffscreen_SOURCES =        \
        gtkoffscreenbox.c       \
        gtkoffscreenbox.h       \
@@ -346,15 +390,27 @@ testoffscreen_SOURCES =   \
 testoffscreenwindow_SOURCES =  \
        testoffscreenwindow.c
 
+testappchooser_SOURCES = \
+       testappchooser.c
+
+testappchooserbutton_SOURCES = \
+       testappchooserbutton.c
+
 testwindows_SOURCES =  \
        testwindows.c
 
+testexpand_SOURCES = testexpand.c
+
+testexpander_SOURCES = testexpander.c
+
+testswitch_SOURCES = testswitch.c
+styleexamples_SOURCES = styleexamples.c
+
 EXTRA_DIST +=                  \
        prop-editor.h           \
        testgtk.1               \
-       testgtkrc               \
-       testgtkrc2              \
-       circles.xbm             \
+       testgtk.css             \
+       testgtk2.css            \
        3DRings.xpm             \
        FilesQueue.xpm          \
        Modeller.xpm            \
@@ -369,9 +425,7 @@ EXTRA_DIST +=                       \
        merge-2.ui              \
        merge-3.ui              \
        gnome-textfile.png      \
-       makefile.msc            \
-       file-chooser-test-dir/empty \
-       file-chooser-test-dir/text.txt
+       makefile.msc
 
 
 -include $(top_srcdir)/git.mk