1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

add srs.test for configure test and utest.

This commit is contained in:
winlin 2014-04-16 15:22:12 +08:00
parent 7a66dd8186
commit 36c2c37b42
3 changed files with 7 additions and 1 deletions

1
trunk/configure vendored
View file

@ -632,3 +632,4 @@ if [ $SRS_HTTP_CALLBACK = YES ]; then
echo -e "\" python ./research/api-server/server.py 8085 \" to start the api-server"
fi
echo "\" ./objs/srs -c conf/srs.conf \" to start the srs live server"
echo "\" ./objs/srs.test \" to test srs"