mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 00:58:12 +00:00
Parallelise 'make check-valgrind'
This commit is contained in:
parent
39c0feb83f
commit
f57e8fc570
1 changed files with 3 additions and 3 deletions
|
@ -26,13 +26,13 @@ include $(top_srcdir)/common/po.mak
|
||||||
include $(top_srcdir)/common/coverage/lcov.mak
|
include $(top_srcdir)/common/coverage/lcov.mak
|
||||||
|
|
||||||
check-valgrind:
|
check-valgrind:
|
||||||
cd tests/check && make check-valgrind
|
$(MAKE) -C tests/check check-valgrind
|
||||||
|
|
||||||
if HAVE_CHECK
|
if HAVE_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…
Reference in a new issue