Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2014-04-16 15:22:12 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
36c2c37b424d7e8d550fd94c77582b1720755a53
36c2c37b
1 parent
7a66dd81
add srs.test for configure test and utest.
隐藏空白字符变更
内嵌
并排对比
正在显示
3 个修改的文件
包含
7 行增加
和
1 行删除
trunk/auto/depends.sh
trunk/configure
trunk/scripts/test_configure.sh
trunk/auto/depends.sh
查看文件 @
36c2c37
...
...
@@ -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
...
...
trunk/configure
查看文件 @
36c2c37
...
...
@@ -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"
...
...
trunk/scripts/test_configure.sh
查看文件 @
36c2c37
...
...
@@ -14,7 +14,7 @@ product_dir=$work_dir
build_objs
=
${
work_dir
}
/objs
package_dir
=
${
build_objs
}
/package
log
=
"
${
build_objs
}
/
logs/package
.
`
date +%s
`
.log"
&&
.
${
product_dir
}
/scripts/_log.sh
&&
check_log
log
=
"
${
build_objs
}
/
test
.
`
date +%s
`
.log"
&&
.
${
product_dir
}
/scripts/_log.sh
&&
check_log
ret
=
$?
;
if
[[
$ret
-ne 0
]]
;
then
exit
$ret
;
fi
item
=
"default configure"
...
...
请
注册
或
登录
后发表评论