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:
parent
7a66dd8186
commit
36c2c37b42
3 changed files with 7 additions and 1 deletions
|
@ -663,3 +663,8 @@ echo "\"" >> $SRS_AUTO_HEADERS_H
|
|||
|
||||
# new empty line to auto headers file.
|
||||
echo "" >> $SRS_AUTO_HEADERS_H
|
||||
|
||||
#####################################################################################
|
||||
# generated the test script
|
||||
#####################################################################################
|
||||
rm -rf ${SRS_OBJS}/srs.test && ln -sf `pwd`/scripts/srs.test objs/srs.test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue