catch.h
Go to the documentation of this file.
1 // License: Apache 2.0. See LICENSE file in root directory.
2 // Copyright(c) 2020 Intel Corporation. All Rights Reserved.
3 
4 #pragma once
5 
6 
7 // Catch defines CHECK() and so does EL++, and so we have to undefine it or we get compilation errors!
8 #undef CHECK
9 // Otherwise, don't let it define its own:
10 #define ELPP_NO_CHECK_MACROS
11 
12 // We set our own main by default, so CATCH_CONFIG_MAIN will cause linker errors!
13 #if defined(CATCH_CONFIG_MAIN)
14 #error CATCH_CONFIG_MAIN must not be defined: to run your own main(), use CATCH_CONFIG_RUNNER with #cmake:custom-main
15 #endif
16 
17 #include <catch2/catch_all.hpp>


librealsense2
Author(s): LibRealSense ROS Team
autogenerated on Mon Apr 22 2024 02:12:55