From: Benjamin Otte Date: Thu, 16 Jul 2015 04:37:37 +0000 (+0200) Subject: tests: Remove testplacesview test X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~24^2~9050 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bc19ea965fb23a782f691c82139c807e828646a7;p=gtk4.git tests: Remove testplacesview test The GtkPlacesView widget was made private, so we can't create it in a testcase. --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 07483c791a..233daa4064 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -106,7 +106,6 @@ noinst_PROGRAMS = $(TEST_PROGS) \ testorientable \ testoverlay \ testoverlaystyleclass \ - testplacesview \ testprint \ testrecentchooser \ testrecentchoosermenu \ @@ -254,7 +253,6 @@ testappchooserbutton_DEPENDENCIES = $(TEST_DEPS) testorientable_DEPENDENCIES = $(TEST_DEPS) testoverlay_DEPENDENCIES = $(TEST_DEPS) testoverlaystyleclass_DEPENDENCIES = $(TEST_DEPS) -testplacesview_DEPENDENCIES = $(TEST_DEPS) testprint_DEPENDENCIES = $(TEST_DEPS) testrecentchooser_DEPENDENCIES = $(TEST_DEPS) testrecentchoosermenu_DEPENDENCIES = $(TEST_DEPS) @@ -399,9 +397,6 @@ testtoolbar_SOURCES = \ testmenubutton_SOURCES = \ testmenubutton.c -testplacesview_SOURCES = \ - testplacesview.c - testprint_SOURCES = \ testprint.c \ testprintfileoperation.h \ diff --git a/tests/testplacesview.c b/tests/testplacesview.c index 89da344887..4a87e3b408 100644 --- a/tests/testplacesview.c +++ b/tests/testplacesview.c @@ -1,4 +1,6 @@ #include +#define GTK_COMPILATION +#include "gtk/gtkplacesviewprivate.h" int main (int argc, char *argv[])