mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Support MIPS 64bits for loongson 3A4000/3B3000. v5.0.34
This commit is contained in:
parent
aba6667357
commit
1589858cb0
16 changed files with 543 additions and 185 deletions
17
trunk/3rdparty/st-srs/auto/fast.sh
vendored
17
trunk/3rdparty/st-srs/auto/fast.sh
vendored
|
@ -22,19 +22,12 @@ ret=$?; if [[ 0 -ne $ret ]]; then echo "Make ST utest fail, ret=$ret"; exit $ret
|
|||
|
||||
echo "Generating coverage"
|
||||
mkdir -p coverage &&
|
||||
gcovr -r . -e LINUX -e DARWIN -e examples --html --html-details -o coverage/st.html &&
|
||||
(cd obj && rm -f gtest-all.gcda gtest-all.gcno) &&
|
||||
(cd obj && rm -f *.c *.cpp gtest-fit && ln -sf ../*.c . && ln -sf ../utest/*.cpp && ln -sf ../utest/gtest-fit .) &&
|
||||
(cd obj && gcovr --gcov-exclude gtest --html --html-details -o ../coverage/st.html) &&
|
||||
(cd obj && rm -f *.c *.cpp gtest-fit) &&
|
||||
echo "Coverage report at coverage/st.html" &&
|
||||
open coverage/st.html
|
||||
|
||||
popd
|
||||
echo "UTest done, restore $(pwd)"
|
||||
|
||||
cat << END > /dev/stdout
|
||||
|
||||
# CLI For DARWIN
|
||||
cd $PWD && rm -f ./obj/*.gcda &&
|
||||
make darwin-debug-gcov && ./obj/st_utest &&
|
||||
mkdir -p coverage && gcovr -r . -e LINUX -e DARWIN -e examples --html --html-details -o coverage/st.html &&
|
||||
open coverage/st.html
|
||||
|
||||
END
|
||||
echo "UTest done, restore $(pwd)"
|
Loading…
Add table
Add a link
Reference in a new issue