2002-05-09 14:26:20 +00:00
|
|
|
if BUILD_FAILING_TESTS
|
|
|
|
tests_failing = tee
|
|
|
|
else
|
|
|
|
tests_failing =
|
|
|
|
endif
|
|
|
|
tests_working = fake name
|
2002-05-05 16:49:45 +00:00
|
|
|
|
2002-05-09 14:26:20 +00:00
|
|
|
## GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
|
2002-01-31 12:17:46 +00:00
|
|
|
|
2002-05-09 14:26:20 +00:00
|
|
|
## TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=$(GST_PLUGIN_PATH)/testsuite/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)
|
|
|
|
CFLAGS = $(GST_CFLAGS)
|
2002-01-31 12:17:46 +00:00
|
|
|
|