mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
16 lines
198 B
C++
16 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
|
|
|