summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2015-07-16 06:37:37 +0200
committerBenjamin Otte <otte@redhat.com>2015-07-16 06:37:37 +0200
commitbc19ea965fb23a782f691c82139c807e828646a7 (patch)
tree0dfefe863708d20c0022a724abb48cd017664410 /tests
parent974c60a0d50523fa8e09d13e2d6d9ba535b2ace8 (diff)
downloadgtk+-bc19ea965fb23a782f691c82139c807e828646a7.tar.gz
tests: Remove testplacesview test
The GtkPlacesView widget was made private, so we can't create it in a testcase.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am5
-rw-r--r--tests/testplacesview.c2
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 <gtk/gtk.h>
+#define GTK_COMPILATION
+#include "gtk/gtkplacesviewprivate.h"
int
main (int argc, char *argv[])