tools: disable new gst-element-maker test

It doesn't seem to work in an uninstalled setup, and
breaks make distcheck for me.
This commit is contained in:
Tim-Philipp Müller 2011-04-27 23:43:03 +01:00
parent f478429895
commit aaf14dd40a

View file

@ -32,10 +32,12 @@ EXTRA_DIST = \
$(templatedeps) \
gst-element-maker-test.sh
TESTS_ENVIRONMENT = \
SRC_DIR=$(abs_srcdir) \
TEMPLATE_FILES="$(templatefiles)" \
CPPFLAGS="-I$(abs_srcdir)"
TESTS = gst-element-maker-test.sh
# Disabled since it doesn't work in an uninstalled setup:
#
#TESTS_ENVIRONMENT = \
# SRC_DIR=$(abs_srcdir) \
# TEMPLATE_FILES="$(templatefiles)" \
# CPPFLAGS="-I$(abs_srcdir)"
#
#TESTS = gst-element-maker-test.sh