include $(top_srcdir)/common/check.mak CHECK_REGISTRY = $(top_builddir)/tests/check/test-registry.xml REGISTRY_ENVIRONMENT = \ GST_REGISTRY_1_0=$(CHECK_REGISTRY) # Note: GST_PLUGINS_GOOD_DIR is only set in an uninstalled setup TESTS_ENVIRONMENT = \ CK_DEFAULT_TIMEOUT=120 \ $(REGISTRY_ENVIRONMENT) \ GST_PLUGIN_SYSTEM_PATH_1_0= \ GST_PLUGIN_PATH_1_0=$(top_builddir)/gnl:$(GST_PLUGINS_GOOD_DIR):$(GST_PLUGINS_BASE_DIR):$(GST_PLUGINS_DIR) # ths core dumps of some machines have PIDs appended CLEANFILES = core.* test-registry.xml clean-local: clean-local-check TESTS = $(check_PROGRAMS) check_PROGRAMS = \ gnl/simple \ gnl/complex \ gnl/gnlsource \ gnl/gnloperation \ gnl/gnlcomposition \ gnl/seek noinst_HEADERS = \ gnl/common.h # these tests don't even pass noinst_PROGRAMS = AM_CFLAGS = -DGST_USE_UNSTABLE_API $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS) LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS) SUPPRESSIONS = $(top_srcdir)/common/gst.supp