2002-05-25 17:45:51 +00:00
|
|
|
# FIXME : threads bytestream
|
2002-12-31 11:34:11 +00:00
|
|
|
SUBDIRS = caps plugin elements clock refcounting threads indexers ## cleanup dynparams
|
2002-05-05 16:49:45 +00:00
|
|
|
|
|
|
|
GST_PLUGIN_PATH = $(shell cd $(top_builddir) && pwd)
|
|
|
|
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`/test-registry.xml
|
2001-03-09 12:08:38 +00:00
|
|
|
|
2002-07-01 10:41:39 +00:00
|
|
|
if BUILD_FAILING_TESTS
|
2001-03-09 12:08:38 +00:00
|
|
|
testprogs = test_gst_init
|
2002-07-01 10:41:39 +00:00
|
|
|
inspectcheck = gst-inspect-check
|
|
|
|
else
|
|
|
|
testprogs =
|
|
|
|
inspectcheck =
|
|
|
|
endif
|
2001-03-09 12:08:38 +00:00
|
|
|
|
2002-07-01 10:41:39 +00:00
|
|
|
TESTS = $(top_builddir)/tools/gst-register $(testprogs) $(inspectcheck)
|
2001-03-09 12:08:38 +00:00
|
|
|
|
|
|
|
check_PROGRAMS = $(testprogs)
|
|
|
|
|
|
|
|
# we have nothing but apps here, we can do this safely
|
2001-12-04 22:12:50 +00:00
|
|
|
LIBS = $(GST_LIBS)
|
2002-11-02 05:24:27 +00:00
|
|
|
AM_CFLAGS = $(GST_CFLAGS)
|
2001-05-27 22:25:32 +00:00
|
|
|
|
2002-07-01 13:02:03 +00:00
|
|
|
# we makes them, we gots to clean them
|
|
|
|
CLEANFILES = test-registry.xml elementstest-registry.xml
|
|
|
|
|
2002-12-31 11:34:11 +00:00
|
|
|
DIST_SUBDIRS = bytestream caps cleanup clock dynparams elements indexers \
|
2002-05-25 17:45:51 +00:00
|
|
|
plugin refcounting threads
|
2002-05-07 03:01:16 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = gst-inspect-check
|