1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

for bug #143, build on centos5.

This commit is contained in:
winlin 2014-08-02 22:18:39 +08:00
parent 84450e1588
commit 7b24788445
118 changed files with 123 additions and 24 deletions

View file

@ -84,3 +84,4 @@ VOID TEST(SampleTest, FastSampleMacrosTest)
EXPECT_DOUBLE_EQ(1.0, 1.0000000000000001);
EXPECT_NEAR(10, 15, 5);
}

View file

@ -62,3 +62,4 @@ public:
};
#endif

View file

@ -1268,3 +1268,4 @@ VOID TEST(ProtocolAMF0Test, ObjectEcmaStrict)
EXPECT_EQ(1, arr2->to_strict_array()->count());
EXPECT_EQ(0, arr3->to_ecma_array()->count());
}

View file

@ -32,3 +32,4 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <srs_protocol_amf0.hpp>
#endif

View file

@ -5451,3 +5451,4 @@ VOID TEST(ConfigMainTest, CheckConf_pithy_print)
EXPECT_TRUE(ERROR_SUCCESS != conf.parse(_MIN_OK_CONF"pithy_print{edges 10000;}"));
}
}

View file

@ -52,3 +52,4 @@ public:
};
#endif

View file

@ -66,3 +66,4 @@ VOID TEST(CoreMacroseTest, Check)
EXPECT_TRUE(false);
#endif
}

View file

@ -32,3 +32,4 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <string>
#endif

View file

@ -1509,3 +1509,4 @@ VOID TEST(KernelUtilityTest, UtilityString)
EXPECT_TRUE(srs_string_ends_with("Hello", "o"));
EXPECT_TRUE(srs_string_ends_with("Hello", "lo"));
}

View file

@ -93,3 +93,4 @@ public:
};
#endif

View file

@ -5598,3 +5598,4 @@ VOID TEST(ProtocolRTMPTest, RTMPHandshakeBytes)
EXPECT_TRUE(bytes.s0s1s2 != NULL);
}

View file

@ -108,3 +108,4 @@ public:
};
#endif