srs.test 195 字节 原文件 审查 历史 永久链接 1 2 3 4 5 #!/bin/bash bash scripts/test_configure.sh && ./objs/srs_utest ret=$?; if [[ 0 -ne $ret ]]; then echo "configure test and utest failed."; exit $ret; fi echo "configure test and utest success";