mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
make not having check non-fatal for extra targets
Original commit message from CVS: make not having check non-fatal for extra targets
This commit is contained in:
parent
6fdc71ad39
commit
038035dce8
1 changed files with 2 additions and 4 deletions
|
@ -125,12 +125,10 @@ check-torture:
|
|||
cd check && make torture
|
||||
else
|
||||
check-valgrind:
|
||||
echo "You need to install the 'check' library"
|
||||
exit 1
|
||||
echo "'check' library not installed, skipping"
|
||||
|
||||
check-torture:
|
||||
echo "You need to install the 'check' library"
|
||||
exit 1
|
||||
echo "'check' library not installed, skipping"
|
||||
endif
|
||||
|
||||
win32-update:
|
||||
|
|
Loading…
Reference in a new issue