diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-04-27 23:43:03 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-04-27 23:43:03 +0100 |
commit | aaf14dd40a93da5cda68dcc4acaaa1037f20460d (patch) | |
tree | 6a472e21ce577ab925f5b5fd530a83f1cfb75309 /tools | |
parent | f478429895eca52639284f559c59106e1ed797a8 (diff) |
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.am | 14 |
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 |