mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refactor macro SRS_AUTO_XXX to SRS_XXX.
This commit is contained in:
parent
2fe1874a87
commit
ed338f4c0a
31 changed files with 193 additions and 198 deletions
|
@ -41,25 +41,25 @@ VOID TEST(CoreAutoFreeTest, Free)
|
|||
|
||||
VOID TEST(CoreMacroseTest, Check)
|
||||
{
|
||||
#ifndef SRS_AUTO_BUILD_TS
|
||||
#ifndef SRS_BUILD_TS
|
||||
EXPECT_TRUE(false);
|
||||
#endif
|
||||
#ifndef SRS_AUTO_BUILD_DATE
|
||||
#ifndef SRS_BUILD_DATE
|
||||
EXPECT_TRUE(false);
|
||||
#endif
|
||||
#ifndef SRS_AUTO_UNAME
|
||||
#ifndef SRS_UNAME
|
||||
EXPECT_TRUE(false);
|
||||
#endif
|
||||
#ifndef SRS_AUTO_USER_CONFIGURE
|
||||
#ifndef SRS_USER_CONFIGURE
|
||||
EXPECT_TRUE(false);
|
||||
#endif
|
||||
#ifndef SRS_AUTO_CONFIGURE
|
||||
#ifndef SRS_CONFIGURE
|
||||
EXPECT_TRUE(false);
|
||||
#endif
|
||||
#ifndef SRS_AUTO_PREFIX
|
||||
#ifndef SRS_PREFIX
|
||||
EXPECT_TRUE(false);
|
||||
#endif
|
||||
#ifndef SRS_AUTO_CONSTRIBUTORS
|
||||
#ifndef SRS_CONSTRIBUTORS
|
||||
EXPECT_TRUE(false);
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue