tests: disable GstIndex unit test

This commit is contained in:
Tim-Philipp Müller 2011-12-30 15:39:55 +00:00
parent c61b2ade7b
commit 65975daec9

View file

@ -27,6 +27,9 @@ SUPPRESSIONS = $(top_srcdir)/common/gst.supp
clean-local: clean-local-check
# These tests don't even build any longer:
# gst/gstindex.c
if GST_DISABLE_PARSE
PARSE_CHECKS = pipelines/parse-disabled
else
@ -67,7 +70,6 @@ REGISTRY_CHECKS = \
gst/gstelementfactory \
gst/gstevent \
gst/gstghostpad \
gst/gstindex \
gst/gstplugin \
gst/gstpreset \
gst/gstquery \