tests: Remove testplacesview test

The GtkPlacesView widget was made private, so we can't create it in a
testcase.
This commit is contained in:
Benjamin Otte 2015-07-16 06:37:37 +02:00
parent 974c60a0d5
commit bc19ea965f
2 changed files with 2 additions and 5 deletions

View File

@ -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 \

View File

@ -1,4 +1,6 @@
#include <gtk/gtk.h>
#define GTK_COMPILATION
#include "gtk/gtkplacesviewprivate.h"
int
main (int argc, char *argv[])