mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +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) \
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue