From bc19ea965fb23a782f691c82139c807e828646a7 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Thu, 16 Jul 2015 06:37:37 +0200 Subject: [PATCH] tests: Remove testplacesview test The GtkPlacesView widget was made private, so we can't create it in a testcase. --- tests/Makefile.am | 5 ----- tests/testplacesview.c | 2 ++ 2 files changed, 2 insertions(+), 5 deletions(-) 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[]) -- 2.30.2