remove gst-register
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 16 Sep 2005 00:38:50 +0000 (00:38 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 16 Sep 2005 00:38:50 +0000 (00:38 +0000)
Original commit message from CVS:
remove gst-register

check/Makefile.am
common
tests/check/Makefile.am

index 115216a..8b9e06f 100644 (file)
@@ -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 9a5025a..019a3be 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 9a5025a2d276796d8d21243ef598e679ff7477bc
+Subproject commit 019a3be6a5b7cde92c5daae35fe189c8aebeb5b6
index 115216a..8b9e06f 100644 (file)
@@ -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