From 687441277937689ccb2bbcd7520428b62754a5ea Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 17 Sep 2005 18:14:40 +0000 Subject: [PATCH] add valgrind target; disable gstplugin until it passes Original commit message from CVS: add valgrind target; disable gstplugin until it passes --- check/Makefile.am | 9 +++++---- tests/check/Makefile.am | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/check/Makefile.am b/check/Makefile.am index 007f9ca..92cff19 100644 --- a/check/Makefile.am +++ b/check/Makefile.am @@ -24,6 +24,9 @@ SUPPRESSIONS = $(top_srcdir)/common/gst.supp clean-local: clean-local-check +# checks to fix +# gst/gstplugin + check_PROGRAMS = \ gst/gst \ gst/gstbin \ @@ -39,7 +42,6 @@ check_PROGRAMS = \ gst/gstobject \ gst/gstpad \ gst/gstpipeline \ - gst/gstplugin \ gst/gstsystemclock \ gst/gststructure \ gst/gsttag \ @@ -75,8 +77,7 @@ gst_libs_controller_LDADD = $(GST_OBJ_LIBS) \ # valgrind testing # these just need valgrind fixing, period -TESTS_TO_FIX = \ - gst/gstplugin \ +VALGRIND_TO_FIX = \ gst-libs/controller \ pipelines/cleanup \ pipelines/simple_launch_lines @@ -88,4 +89,4 @@ TESTS_THREADED = \ VALGRIND_TESTS_DISABLE = \ $(TESTS_THREADED) \ - $(TESTS_TO_FIX) + $(VALGRIND_TO_FIX) diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 007f9ca..92cff19 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -24,6 +24,9 @@ SUPPRESSIONS = $(top_srcdir)/common/gst.supp clean-local: clean-local-check +# checks to fix +# gst/gstplugin + check_PROGRAMS = \ gst/gst \ gst/gstbin \ @@ -39,7 +42,6 @@ check_PROGRAMS = \ gst/gstobject \ gst/gstpad \ gst/gstpipeline \ - gst/gstplugin \ gst/gstsystemclock \ gst/gststructure \ gst/gsttag \ @@ -75,8 +77,7 @@ gst_libs_controller_LDADD = $(GST_OBJ_LIBS) \ # valgrind testing # these just need valgrind fixing, period -TESTS_TO_FIX = \ - gst/gstplugin \ +VALGRIND_TO_FIX = \ gst-libs/controller \ pipelines/cleanup \ pipelines/simple_launch_lines @@ -88,4 +89,4 @@ TESTS_THREADED = \ VALGRIND_TESTS_DISABLE = \ $(TESTS_THREADED) \ - $(TESTS_TO_FIX) + $(VALGRIND_TO_FIX) -- 2.7.4