mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
pass all utest
This commit is contained in:
parent
e47c0ae202
commit
6f743a2fe8
1 changed files with 1 additions and 36 deletions
|
@ -25,6 +25,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
#include <srs_app_config.hpp>
|
#include <srs_app_config.hpp>
|
||||||
|
#include <srs_kernel_consts.hpp>
|
||||||
|
|
||||||
VOID TEST(ConfigTest, CheckMacros)
|
VOID TEST(ConfigTest, CheckMacros)
|
||||||
{
|
{
|
||||||
|
@ -157,40 +158,4 @@ VOID TEST(ConfigTest, CheckMacros)
|
||||||
#ifndef SRS_CONF_DEFAULT_LOG_TANK_CONSOLE
|
#ifndef SRS_CONF_DEFAULT_LOG_TANK_CONSOLE
|
||||||
EXPECT_TRUE(false);
|
EXPECT_TRUE(false);
|
||||||
#endif
|
#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
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue