mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
Parallelise 'make check-valgrind'
Some of the RTP unit tests are very flaky and will fail more often with the CPU maxed out fully. Those tests need to be fixed in any case though, they also fail on slower machines and also occasionally with normal 'make check'.
This commit is contained in:
parent
4aac09e708
commit
52e4bbab9e
1 changed files with 3 additions and 3 deletions
|
@ -35,13 +35,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
|
||||
|
|
Loading…
Reference in a new issue