From: Thomas Vander Stichele Date: Wed, 28 Feb 2007 12:43:57 +0000 (+0000) Subject: actually use the env var for tests X-Git-Tag: RELEASE-0_10_12~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=85c1dc5c9d22ef4b8b6da558a6295cbf59681289;p=platform%2Fupstream%2Fgstreamer.git actually use the env var for tests Original commit message from CVS: actually use the env var for tests --- diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index efa5211..b707399 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 = \