2002-05-09 14:26:20 +00:00
|
|
|
if BUILD_FAILING_TESTS
|
2002-07-01 12:09:20 +00:00
|
|
|
tests_failing = fake
|
2002-05-09 14:26:20 +00:00
|
|
|
else
|
|
|
|
tests_failing =
|
|
|
|
endif
|
2002-08-28 14:08:22 +00:00
|
|
|
tests_working = name tee property
|
2002-05-05 16:49:45 +00:00
|
|
|
|
2002-05-11 21:38:16 +00:00
|
|
|
GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
|
2002-01-31 12:17:46 +00:00
|
|
|
|
2002-05-11 21:38:16 +00:00
|
|
|
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`test-registry.xml
|
2002-01-31 12:17:46 +00:00
|
|
|
|
2002-05-09 14:26:20 +00:00
|
|
|
TESTS = $(tests_failing) $(tests_working)
|
|
|
|
|
|
|
|
check_PROGRAMS = $(tests_failing) $(tests_working)
|
2002-01-31 12:17:46 +00:00
|
|
|
|
2002-02-12 13:51:40 +00:00
|
|
|
EXTRA_DIST = property.h
|
2002-02-05 11:48:36 +00:00
|
|
|
LDADD = $(GST_LIBS)
|
2002-11-02 05:24:27 +00:00
|
|
|
AM_CFLAGS = $(GST_CFLAGS)
|
2002-01-31 12:17:46 +00:00
|
|
|
|