mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-10 10:04:23 +00:00
remove gst-register
Original commit message from CVS: remove gst-register
This commit is contained in:
parent
fc158bc3c2
commit
787aef18bf
3 changed files with 5 additions and 17 deletions
|
@ -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
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 9a5025a2d276796d8d21243ef598e679ff7477bc
|
||||
Subproject commit 019a3be6a5b7cde92c5daae35fe189c8aebeb5b6
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue