From 85c1dc5c9d22ef4b8b6da558a6295cbf59681289 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 28 Feb 2007 12:43:57 +0000 Subject: [PATCH] actually use the env var for tests Original commit message from CVS: actually use the env var for tests --- tests/check/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index efa5211d4b..b707399e27 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -8,6 +8,7 @@ REGISTRY_ENVIRONMENT = \ GST_REGISTRY=$(CHECK_REGISTRY) TESTS_ENVIRONMENT = \ + STATE_IGNORE_ELEMENTS="$(STATE_IGNORE_ELEMENTS)" \ $(REGISTRY_ENVIRONMENT) \ GST_PLUGIN_SYSTEM_PATH= \ GST_PLUGIN_PATH=$(top_builddir)/plugins @@ -101,7 +102,7 @@ noinst_PROGRAMS = \ # elements to ignore for the state tests # STATE_IGNORE_ELEMENTS = -# + TESTS = $(check_PROGRAMS) noinst_HEADERS = \