summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2011-04-27 23:43:03 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-04-27 23:43:03 +0100
commitaaf14dd40a93da5cda68dcc4acaaa1037f20460d (patch)
tree6a472e21ce577ab925f5b5fd530a83f1cfb75309 /tools
parentf478429895eca52639284f559c59106e1ed797a8 (diff)
downloadgstreamer-plugins-bad-aaf14dd40a93da5cda68dcc4acaaa1037f20460d.tar.gz
tools: disable new gst-element-maker test
It doesn't seem to work in an uninstalled setup, and breaks make distcheck for me.
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am14
1 files changed, 8 insertions, 6 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 4b890b7a7..ef6a74eec 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -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