mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
3d8e68cf98
Original commit message from CVS: fake fails on a make distcheck
19 lines
406 B
Makefile
19 lines
406 B
Makefile
if BUILD_FAILING_TESTS
|
|
tests_failing = fake
|
|
else
|
|
tests_failing =
|
|
endif
|
|
tests_working = name tee
|
|
|
|
GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
|
|
|
|
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`test-registry.xml
|
|
|
|
TESTS = $(tests_failing) $(tests_working)
|
|
|
|
check_PROGRAMS = $(tests_failing) $(tests_working)
|
|
|
|
EXTRA_DIST = property.h
|
|
LDADD = $(GST_LIBS)
|
|
CFLAGS = $(GST_CFLAGS)
|
|
|