diff options
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | check/Makefile.am | 1 | ||||
m--------- | common | 0 | ||||
-rw-r--r-- | tests/check/Makefile.am | 1 |
4 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index efd7412cf..eeac2274e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -120,3 +120,6 @@ test-coverage-report.html: check-coverage: echo "Need to reconfigure with --enable-gcov" endif + +check-valgrind: + cd check && make check-valgrind diff --git a/check/Makefile.am b/check/Makefile.am index 816d266b4..007f9ca22 100644 --- a/check/Makefile.am +++ b/check/Makefile.am @@ -76,6 +76,7 @@ gst_libs_controller_LDADD = $(GST_OBJ_LIBS) \ # valgrind testing # these just need valgrind fixing, period TESTS_TO_FIX = \ + gst/gstplugin \ gst-libs/controller \ pipelines/cleanup \ pipelines/simple_launch_lines diff --git a/common b/common -Subproject 62cd70d46eb00c3eb6b973b8a3b5fe6c202dbb2 +Subproject 39250a956e1dfc010fe9f9d93ca1e2c3a343cdc diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 816d266b4..007f9ca22 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -76,6 +76,7 @@ gst_libs_controller_LDADD = $(GST_OBJ_LIBS) \ # valgrind testing # these just need valgrind fixing, period TESTS_TO_FIX = \ + gst/gstplugin \ gst-libs/controller \ pipelines/cleanup \ pipelines/simple_launch_lines |