#include "Utils/RobotLoggingUtil.h" #ifndef ENABLE_GTEST #include #define ASSERT_EQ(a,b) assert((a)==(b)); #else #include #define printf #endif void testMinitaurLogging() { const char* fileName = "d:/logTest.txt"; btAlignedObjectArray structNames; std::string structTypes; btAlignedObjectArray logRecords; bool verbose = false; int status = readMinitaurLogFile(fileName, structNames, structTypes, logRecords, verbose); for (int i=0;i