22 #undef GTSAM_ENABLE_DEBUG 26 TEST(Debug, debug_disabled) {
27 const bool debug1 =
ISDEBUG(
"TestDebug");
31 bool debug2 =
ISDEBUG(
"TestDebug");
35 #define GTSAM_ENABLE_DEBUG 39 TEST(Debug, debug_enabled) {
40 const bool debug1 =
ISDEBUG(
"TestDebug");
44 bool debug2 =
ISDEBUG(
"TestDebug");
static int runAllTests(TestResult &result)
#define EXPECT(condition)
TEST(Debug, debug_disabled)