mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
fake fails on a make distcheck
Original commit message from CVS: fake fails on a make distcheck
This commit is contained in:
parent
ef3dd2fc6c
commit
3d8e68cf98
2 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
if BUILD_FAILING_TESTS
|
||||
tests_failing =
|
||||
tests_failing = fake
|
||||
else
|
||||
tests_failing =
|
||||
endif
|
||||
tests_working = fake name tee
|
||||
tests_working = name tee
|
||||
|
||||
GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
if BUILD_FAILING_TESTS
|
||||
tests_failing =
|
||||
tests_failing = fake
|
||||
else
|
||||
tests_failing =
|
||||
endif
|
||||
tests_working = fake name tee
|
||||
tests_working = name tee
|
||||
|
||||
GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
|
||||
|
||||
|
|
Loading…
Reference in a new issue