From 787aef18bfbb84b644dc469919e68209d63aabbf Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 16 Sep 2005 00:38:50 +0000 Subject: [PATCH] remove gst-register Original commit message from CVS: remove gst-register --- check/Makefile.am | 10 ++-------- common | 2 +- tests/check/Makefile.am | 10 ++-------- 3 files changed, 5 insertions(+), 17 deletions(-) diff --git a/check/Makefile.am b/check/Makefile.am index 115216a02c..8b9e06fcbf 100644 --- a/check/Makefile.am +++ b/check/Makefile.am @@ -15,12 +15,7 @@ CLEANFILES = core.* test-registry.xml clean-local: clean-local-check -$(CHECK_REGISTRY): - $(TESTS_ENVIRONMENT) \ - $(GST_TOOLS_DIR)/gst-register-@GST_MAJORMINOR@ - -TESTS = $(GST_TOOLS_DIR)/gst-register-@GST_MAJORMINOR@ \ - $(check_PROGRAMS) +TESTS = $(check_PROGRAMS) check_PROGRAMS = \ elements/level @@ -32,7 +27,6 @@ AM_CFLAGS = $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS) LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS) # valgrind testing -VALGRIND_TESTS_DISABLE = \ - $(GST_TOOLS_DIR)/gst-register-@GST_MAJORMINOR@ +VALGRIND_TESTS_DISABLE = SUPPRESSIONS = $(top_srcdir)/common/gst.supp diff --git a/common b/common index 9a5025a2d2..019a3be6a5 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 9a5025a2d276796d8d21243ef598e679ff7477bc +Subproject commit 019a3be6a5b7cde92c5daae35fe189c8aebeb5b6 diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 115216a02c..8b9e06fcbf 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -15,12 +15,7 @@ CLEANFILES = core.* test-registry.xml clean-local: clean-local-check -$(CHECK_REGISTRY): - $(TESTS_ENVIRONMENT) \ - $(GST_TOOLS_DIR)/gst-register-@GST_MAJORMINOR@ - -TESTS = $(GST_TOOLS_DIR)/gst-register-@GST_MAJORMINOR@ \ - $(check_PROGRAMS) +TESTS = $(check_PROGRAMS) check_PROGRAMS = \ elements/level @@ -32,7 +27,6 @@ AM_CFLAGS = $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS) LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS) # valgrind testing -VALGRIND_TESTS_DISABLE = \ - $(GST_TOOLS_DIR)/gst-register-@GST_MAJORMINOR@ +VALGRIND_TESTS_DISABLE = SUPPRESSIONS = $(top_srcdir)/common/gst.supp