srs/trunk/src/utest/srs_utest_core.hpp
2022-06-20 19:22:25 +08:00

19 lines
245 B
C++

//
// Copyright (c) 2013-2022 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_UTEST_CORE_HPP
#define SRS_UTEST_CORE_HPP
/*
#include <srs_utest_core.hpp>
*/
#include <srs_utest.hpp>
#include <string>
#endif