tests: parallelise 'make check-valgrind'

This commit is contained in:
Tim-Philipp Müller 2014-10-21 19:46:03 +01:00
parent f5e3f0fe58
commit ba51b4e2e7

View file

@ -21,13 +21,13 @@ include $(top_srcdir)/common/release.mak
include $(top_srcdir)/common/po.mak
check-valgrind:
cd tests/check && make check-valgrind
$(MAKE) -C tests/check check-valgrind
if HAVE_GST_CHECK
check-torture:
cd tests/check && make torture
$(MAKE) -C tests/check torture
build-checks:
cd tests/check && make build-checks
$(MAKE) -C tests/check build-checks
else
check-torture:
true