mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
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:
parent
f478429895
commit
aaf14dd40a
1 changed files with 8 additions and 6 deletions
|
@ -32,10 +32,12 @@ EXTRA_DIST = \
|
||||||
$(templatedeps) \
|
$(templatedeps) \
|
||||||
gst-element-maker-test.sh
|
gst-element-maker-test.sh
|
||||||
|
|
||||||
TESTS_ENVIRONMENT = \
|
# Disabled since it doesn't work in an uninstalled setup:
|
||||||
SRC_DIR=$(abs_srcdir) \
|
#
|
||||||
TEMPLATE_FILES="$(templatefiles)" \
|
#TESTS_ENVIRONMENT = \
|
||||||
CPPFLAGS="-I$(abs_srcdir)"
|
# SRC_DIR=$(abs_srcdir) \
|
||||||
|
# TEMPLATE_FILES="$(templatefiles)" \
|
||||||
TESTS = gst-element-maker-test.sh
|
# CPPFLAGS="-I$(abs_srcdir)"
|
||||||
|
#
|
||||||
|
#TESTS = gst-element-maker-test.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue