17 lines
198 B
C++
17 lines
198 B
C++
//
|
|
// Copyright (c) 2013-2022 Winlin
|
|
//
|
|
// SPDX-License-Identifier: MIT
|
|
//
|
|
|
|
#ifndef SRS_UTEST_SRT_HPP
|
|
#define SRS_UTEST_SRT_HPP
|
|
|
|
/*
|
|
#include <srs_utest_srt.hpp>
|
|
*/
|
|
#include <srs_utest.hpp>
|
|
|
|
#endif
|
|
|