gstreamer/testsuite/elements/Makefile.am
Wim Taymans 910356a839 Removed old cache testsuite
Original commit message from CVS:
Removed old cache testsuite
2002-12-19 21:44:48 +00:00

19 lines
417 B
Makefile

if BUILD_FAILING_TESTS
tests_failing = fake
else
tests_failing =
endif
tests_working = name tee property
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)
AM_CFLAGS = $(GST_CFLAGS)