common/check.mak: use GST_PLUGIN settings for valgrind tests as well, so we're valgri...
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 18 Sep 2005 21:40:58 +0000 (21:40 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 18 Sep 2005 21:40:58 +0000 (21:40 +0000)
Original commit message from CVS:

* common/check.mak:
use GST_PLUGIN settings for valgrind tests as well, so we're
valgrinding the correct thing
* gst/gst.c: (init_post):
plug another leak

check.mak

index 2ee9861..9b7d606 100644 (file)
--- a/check.mak
+++ b/check.mak
@@ -20,7 +20,7 @@ endif
 
 # valgrind any given test by running make test.valgrind
 %.valgrind:
-       $(REGISTRY_ENVIRONMENT)                                 \
+       $(TESTS_ENVIRONMENT)                                    \
        CK_DEFAULT_TIMEOUT=20                                   \
        libtool --mode=execute                                  \
        $(VALGRIND_PATH) -q --suppressions=$(SUPPRESSIONS)      \