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-07-20 13:48:24 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6f743a2fe89bbbb39ad3fdd31e7de366220c9c52
6f743a2f
1 parent
e47c0ae2
pass all utest
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
36 行删除
trunk/src/utest/srs_utest_config.cpp
trunk/src/utest/srs_utest_config.cpp
查看文件 @
6f743a2
...
...
@@ -25,6 +25,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
using
namespace
std
;
#include <srs_app_config.hpp>
#include <srs_kernel_consts.hpp>
VOID
TEST
(
ConfigTest
,
CheckMacros
)
{
...
...
@@ -157,40 +158,4 @@ VOID TEST(ConfigTest, CheckMacros)
#ifndef SRS_CONF_DEFAULT_LOG_TANK_CONSOLE
EXPECT_TRUE
(
false
);
#endif
#ifndef xxxxxxxxxxxxxxxxxxxxxxxx
EXPECT_TRUE
(
false
);
#endif
#ifndef xxxxxxxxxxxxxxxxxxxxxxxx
EXPECT_TRUE
(
false
);
#endif
#ifndef xxxxxxxxxxxxxxxxxxxxxxxx
EXPECT_TRUE
(
false
);
#endif
#ifndef xxxxxxxxxxxxxxxxxxxxxxxx
EXPECT_TRUE
(
false
);
#endif
#ifndef xxxxxxxxxxxxxxxxxxxxxxxx
EXPECT_TRUE
(
false
);
#endif
#ifndef xxxxxxxxxxxxxxxxxxxxxxxx
EXPECT_TRUE
(
false
);
#endif
#ifndef xxxxxxxxxxxxxxxxxxxxxxxx
EXPECT_TRUE
(
false
);
#endif
#ifndef xxxxxxxxxxxxxxxxxxxxxxxx
EXPECT_TRUE
(
false
);
#endif
#ifndef xxxxxxxxxxxxxxxxxxxxxxxx
EXPECT_TRUE
(
false
);
#endif
#ifndef xxxxxxxxxxxxxxxxxxxxxxxx
EXPECT_TRUE
(
false
);
#endif
#ifndef xxxxxxxxxxxxxxxxxxxxxxxx
EXPECT_TRUE
(
false
);
#endif
#ifndef xxxxxxxxxxxxxxxxxxxxxxxx
EXPECT_TRUE
(
false
);
#endif
}
...
...
请
注册
或
登录
后发表评论