fake fails on a make distcheck

Original commit message from CVS:
fake fails on a make distcheck
This commit is contained in:
Thomas Vander Stichele 2002-07-01 12:09:20 +00:00
parent ef3dd2fc6c
commit 3d8e68cf98
2 changed files with 4 additions and 4 deletions

View file

@ -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)

View file

@ -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)