X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=tests%2FMakefile.am;h=48e440550c54069e2ae44afc910eb8e4bffef96a;hb=7698daf97aced5c22aeeb7bfbf02567b61cebaef;hp=924ac99842dc5e68ef27c5098dac5f0a2ce7a2af;hpb=d0f887ddb144a69a85371041d1ad3640ab379ee8;p=~andy%2Fgtk diff --git a/tests/Makefile.am b/tests/Makefile.am index 924ac9984..48e440550 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -26,6 +26,7 @@ endif noinst_PROGRAMS = $(TEST_PROGS) \ simple \ + flicker \ print-editor \ testaccel \ testassistant \ @@ -55,6 +56,7 @@ noinst_PROGRAMS = $(TEST_PROGS) \ testmultiscreen \ testnotebookdnd \ testnouiprint \ + testoffscreen \ testprint \ testrgb \ testrecentchooser \ @@ -78,6 +80,7 @@ noinst_PROGRAMS = $(TEST_PROGS) \ testtreesort \ treestoretest \ testxinerama \ + testwindows \ pixbuf-read \ pixbuf-lowmem \ pixbuf-randomly-modified \ @@ -103,6 +106,7 @@ endif endif +flicker_DEPENDENCIES = $(TEST_DEPS) simple_DEPENDENCIES = $(TEST_DEPS) print_editor_DEPENDENCIES = $(TEST_DEPS) testicontheme_DEPENDENCIES = $(TEST_DEPS) @@ -133,6 +137,7 @@ testmultidisplay_DEPENDENCIES = $(TEST_DEPS) testmultiscreen_DEPENDENCIES = $(TEST_DEPS) testnotebookdnd_DEPENDENCIES = $(TEST_DEPS) testnouiprint_DEPENDENCIES = $(TEST_DEPS) +testoffscreen_DEPENDENCIES = $(TEST_DEPS) testprint_DEPENDENCIES = $(TEST_DEPS) testrecentchooser_DEPENDENCIES = $(TEST_DEPS) testrecentchoosermenu_DEPENDENCIES = $(TEST_DEPS) @@ -160,7 +165,9 @@ testactions_DEPENDENCIES = $(TEST_DEPS) testgrouping_DEPENDENCIES = $(TEST_DEPS) testtooltips_DEPENDENCIES = $(TEST_DEPS) testvolumebutton_DEPENDENCIES = $(TEST_DEPS) +testwindows_DEPENDENCIES = $(TEST_DEPS) +flicker_LDADD = $(LDADDS) simple_LDADD = $(LDADDS) print_editor_LDADD = $(LDADDS) testaccel_LDADD = $(LDADDS) @@ -191,6 +198,7 @@ testmultidisplay_LDADD = $(LDADDS) testmultiscreen_LDADD = $(LDADDS) testnotebookdnd_LDADD = $(LDADDS) testnouiprint_LDADD = $(LDADDS) +testoffscreen_LDADD = $(LDADDS) testprint_LDADD = $(LDADDS) testrecentchooser_LDADD = $(LDADDS) testrecentchoosermenu_LDADD = $(LDADDS) @@ -225,6 +233,7 @@ testactions_LDADD = $(LDADDS) testgrouping_LDADD = $(LDADDS) testtooltips_LDADD = $(LDADDS) testvolumebutton_LDADD = $(LDADDS) +testwindows_LDADD = $(LDADDS) testentrycompletion_SOURCES = \ @@ -317,6 +326,14 @@ testrecentchoosermenu_SOURCES = \ testvolumebutton_SOURCES = \ testvolumebutton.c +testoffscreen_SOURCES = \ + gtkoffscreenbox.c \ + gtkoffscreenbox.h \ + testoffscreen.c + +testwindow_SOURCES = \ + testwindows.c + EXTRA_DIST += \ prop-editor.h \ testgtk.1 \