tests: Remove testplacesview test
The GtkPlacesView widget was made private, so we can't create it in a testcase.
This commit is contained in:
parent
974c60a0d5
commit
bc19ea965f
@ -106,7 +106,6 @@ noinst_PROGRAMS = $(TEST_PROGS) \
|
|||||||
testorientable \
|
testorientable \
|
||||||
testoverlay \
|
testoverlay \
|
||||||
testoverlaystyleclass \
|
testoverlaystyleclass \
|
||||||
testplacesview \
|
|
||||||
testprint \
|
testprint \
|
||||||
testrecentchooser \
|
testrecentchooser \
|
||||||
testrecentchoosermenu \
|
testrecentchoosermenu \
|
||||||
@ -254,7 +253,6 @@ testappchooserbutton_DEPENDENCIES = $(TEST_DEPS)
|
|||||||
testorientable_DEPENDENCIES = $(TEST_DEPS)
|
testorientable_DEPENDENCIES = $(TEST_DEPS)
|
||||||
testoverlay_DEPENDENCIES = $(TEST_DEPS)
|
testoverlay_DEPENDENCIES = $(TEST_DEPS)
|
||||||
testoverlaystyleclass_DEPENDENCIES = $(TEST_DEPS)
|
testoverlaystyleclass_DEPENDENCIES = $(TEST_DEPS)
|
||||||
testplacesview_DEPENDENCIES = $(TEST_DEPS)
|
|
||||||
testprint_DEPENDENCIES = $(TEST_DEPS)
|
testprint_DEPENDENCIES = $(TEST_DEPS)
|
||||||
testrecentchooser_DEPENDENCIES = $(TEST_DEPS)
|
testrecentchooser_DEPENDENCIES = $(TEST_DEPS)
|
||||||
testrecentchoosermenu_DEPENDENCIES = $(TEST_DEPS)
|
testrecentchoosermenu_DEPENDENCIES = $(TEST_DEPS)
|
||||||
@ -399,9 +397,6 @@ testtoolbar_SOURCES = \
|
|||||||
testmenubutton_SOURCES = \
|
testmenubutton_SOURCES = \
|
||||||
testmenubutton.c
|
testmenubutton.c
|
||||||
|
|
||||||
testplacesview_SOURCES = \
|
|
||||||
testplacesview.c
|
|
||||||
|
|
||||||
testprint_SOURCES = \
|
testprint_SOURCES = \
|
||||||
testprint.c \
|
testprint.c \
|
||||||
testprintfileoperation.h \
|
testprintfileoperation.h \
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
#define GTK_COMPILATION
|
||||||
|
#include "gtk/gtkplacesviewprivate.h"
|
||||||
|
|
||||||
int
|
int
|
||||||
main (int argc, char *argv[])
|
main (int argc, char *argv[])
|
||||||
|
Loading…
Reference in New Issue
Block a user