summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-09-16 00:38:50 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-09-16 00:38:50 +0000
commit787aef18bfbb84b644dc469919e68209d63aabbf (patch)
tree71aef3c1e6f39d0714b9e095db1149d0781133ae
parentfc158bc3c2739eabfb092f7a45f6656ac8c96e25 (diff)
remove gst-register
Original commit message from CVS: remove gst-register
-rw-r--r--check/Makefile.am10
m---------common0
-rw-r--r--tests/check/Makefile.am10
3 files changed, 4 insertions, 16 deletions
diff --git a/check/Makefile.am b/check/Makefile.am
index 115216a0..8b9e06fc 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
-Subproject 9a5025a2d276796d8d21243ef598e679ff7477b
+Subproject 019a3be6a5b7cde92c5daae35fe189c8aebeb5b
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index 115216a0..8b9e06fc 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