17 lines
226 B
C++
17 lines
226 B
C++
//
|
|
// Copyright (c) 2013-2024 The SRS Authors
|
|
//
|
|
// SPDX-License-Identifier: MIT
|
|
//
|
|
|
|
#ifndef SRS_UTEST_CONFIG2_HPP
|
|
#define SRS_UTEST_CONFIG2_HPP
|
|
|
|
/*
|
|
#include <srs_utest_config2.hpp>
|
|
*/
|
|
#include <srs_utest_config.hpp>
|
|
|
|
#endif
|
|
|