19 lines
245 B
C++
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
|
|
|