mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
16 lines
240 B
C++
16 lines
240 B
C++
//
|
|
// Copyright (c) 2013-2023 The SRS Authors
|
|
//
|
|
// SPDX-License-Identifier: MIT or MulanPSL-2.0
|
|
//
|
|
|
|
#ifndef SRS_UTEST_GB28181_HPP
|
|
#define SRS_UTEST_GB28181_HPP
|
|
|
|
/*
|
|
#include <srs_utest_gb28181.hpp>
|
|
*/
|
|
#include <srs_utest_http.hpp>
|
|
|
|
#endif
|
|
|