actually use the env var for tests
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 28 Feb 2007 12:43:57 +0000 (12:43 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 28 Feb 2007 12:43:57 +0000 (12:43 +0000)
Original commit message from CVS:
actually use the env var for tests

tests/check/Makefile.am

index efa5211..b707399 100644 (file)
@@ -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 = \