1
0
Fork 0
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:
winlin 2014-07-20 13:48:24 +08:00
parent e47c0ae202
commit 6f743a2fe8

View file

@ -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
}