mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-23 09:04:15 +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
|
cd check && make torture
|
||||||
else
|
else
|
||||||
check-valgrind:
|
check-valgrind:
|
||||||
echo "You need to install the 'check' library"
|
echo "'check' library not installed, skipping"
|
||||||
exit 1
|
|
||||||
|
|
||||||
check-torture:
|
check-torture:
|
||||||
echo "You need to install the 'check' library"
|
echo "'check' library not installed, skipping"
|
||||||
exit 1
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
win32-update:
|
win32-update:
|
||||||
|
|
Loading…
Reference in a new issue