Blame view

trunk/scripts/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";