diff options
-rw-r--r-- | check/Makefile.am | 10 | ||||
m--------- | common | 0 | ||||
-rw-r--r-- | tests/check/Makefile.am | 10 |
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 |