mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
Parallelise 'make check-valgrind'
This commit is contained in:
parent
5779e68102
commit
131760b6d3
1 changed files with 4 additions and 4 deletions
|
@ -22,17 +22,17 @@ include $(top_srcdir)/common/po.mak
|
|||
include $(top_srcdir)/common/coverage/lcov.mak
|
||||
|
||||
check-valgrind:
|
||||
cd tests/check && make check-valgrind
|
||||
$(MAKE) -C tests/check check-valgrind
|
||||
|
||||
# Test actual high-level functionnality.
|
||||
check-integration:
|
||||
cd tests/check && make check-integration
|
||||
$(MAKE) -C tests/check check-integration
|
||||
|
||||
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