test.h
Go to the documentation of this file.
1 // License: Apache 2.0. See LICENSE file in root directory.
2 // Copyright(c) 2021 Intel Corporation. All Rights Reserved.
3 
4 #pragma once
5 
6 #include "librealsense2/rs.hpp"
7 
8 #if ! defined( NO_CATCH_CONFIG_MAIN )
9 #define CATCH_CONFIG_MAIN
10 #endif
11 
12 #include "catch.h"
13 
14 #include <easylogging++.h>
15 #ifdef BUILD_SHARED_LIBS
16 // With static linkage, ELPP is initialized by librealsense, so doing it here will
17 // create errors. When we're using the shared .so/.dll, the two are separate and we have
18 // to initialize ours if we want to use the APIs!
20 #endif
#define INITIALIZE_EASYLOGGINGPP


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:11