mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Build: Change make utest for test
This commit is contained in:
parent
4d10a453f6
commit
bc063945f1
6 changed files with 5 additions and 50 deletions
|
@ -1,12 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "Usage: $0 [-jN]"
|
||||
echo " -jN The make jobs, for example, -j8 to use 8cpu to make"
|
||||
|
||||
params="$@"
|
||||
echo "params is: $params"
|
||||
|
||||
bash scripts/test_configure.sh $params && ./objs/srs_utest
|
||||
ret=$?; if [[ 0 -ne $ret ]]; then echo "configure test and utest failed."; exit $ret; fi
|
||||
echo "configure test and utest success";
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue