unittest/utils/macros.hpp
Go to the documentation of this file.
1 //
2 // Copyright (c) 2018 CNRS
3 //
4 
5 #ifndef __pinocchio_unit_test_utils_macros_hpp__
6 #define __pinocchio_unit_test_utils_macros_hpp__
7 
8 #ifdef __clang__
9  #include <boost/variant.hpp> // to avoid some warning with clang
10 #endif
11 
12 // #ifdef __clang__
13 // #define BEGIN_UNIT_TEST_SECTION _Pragma("clang diagnostic push") _Pragma("clang diagnostic
14 // ignored \"-Wc99-extensions\" ")
15 // #else
16 // #define BEGIN_UNIT_TEST_SECTION
17 // #endif
18 //
19 // #ifdef __clang__
20 // #define END_UNIT_TEST_SECTION _Pragma("clang diagnostic pop")
21 // #else
22 // #define END_UNIT_TEST_SECTION
23 // #endif
24 
25 #endif // ifndef __pinocchio_unit_test_utils_macros_hpp__


pinocchio
Author(s):
autogenerated on Tue Jun 25 2024 02:42:39