mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
identify failing tests
Original commit message from CVS: identify failing tests
This commit is contained in:
parent
cc682cae6c
commit
5173ab2d2c
2 changed files with 14 additions and 2 deletions
|
@ -1,4 +1,10 @@
|
|||
testprogs = cleanup1 cleanup2 cleanup3 cleanup4 cleanup5
|
||||
if BUILD_FAILING_TESTS
|
||||
FAILING = cleanup3 cleanup4
|
||||
else
|
||||
FAILING =
|
||||
endif
|
||||
|
||||
testprogs = cleanup1 cleanup2 $(FAILING) cleanup5
|
||||
|
||||
GST_PLUGIN_PATH = $(shell cd $(top_builddir) && pwd)
|
||||
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`/test-registry.xml
|
||||
|
|
|
@ -1,4 +1,10 @@
|
|||
testprogs = cleanup1 cleanup2 cleanup3 cleanup4 cleanup5
|
||||
if BUILD_FAILING_TESTS
|
||||
FAILING = cleanup3 cleanup4
|
||||
else
|
||||
FAILING =
|
||||
endif
|
||||
|
||||
testprogs = cleanup1 cleanup2 $(FAILING) cleanup5
|
||||
|
||||
GST_PLUGIN_PATH = $(shell cd $(top_builddir) && pwd)
|
||||
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`/test-registry.xml
|
||||
|
|
Loading…
Reference in a new issue