Parallelise 'make check-valgrind'
This commit is contained in:
parent
392f91a61b
commit
62e28d2287
@ -25,13 +25,13 @@ include $(top_srcdir)/common/release.mak
|
|||||||
include $(top_srcdir)/common/po.mak
|
include $(top_srcdir)/common/po.mak
|
||||||
|
|
||||||
check-valgrind:
|
check-valgrind:
|
||||||
cd tests/check && make check-valgrind
|
$(MAKE) -C tests/check check-valgrind
|
||||||
|
|
||||||
if HAVE_GST_CHECK
|
if HAVE_GST_CHECK
|
||||||
check-torture:
|
check-torture:
|
||||||
cd tests/check && make torture
|
$(MAKE) -C tests/check torture
|
||||||
build-checks:
|
build-checks:
|
||||||
cd tests/check && make build-checks
|
$(MAKE) -C tests/check build-checks
|
||||||
else
|
else
|
||||||
check-torture:
|
check-torture:
|
||||||
true
|
true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user