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

add gest framework for utest, build success.

This commit is contained in:
winlin 2014-03-04 18:46:00 +08:00
parent 338e129a29
commit 1ccddf4cfc
5 changed files with 134 additions and 28 deletions

View file

@ -27,5 +27,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
/*
#include <srs_utest.hpp>
*/
#include <srs_core.hpp>
#include "gtest/gtest.h"
// we add an empty macro for upp to show the smart tips.
#define VOID
#endif