Skip to content

Commit

Permalink
Fixed backported tests on rcl_logging_spdlog
Browse files Browse the repository at this point in the history
Signed-off-by: ahcorde <ahcorde@gmail.com>
  • Loading branch information
ahcorde committed Oct 9, 2020
1 parent 5f0a5e3 commit 0d2e969
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rcl_logging_spdlog/test/test_logging_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
#include "gtest/gtest.h"
#include "rcl_logging_spdlog/logging_interface.h"

#define RCL_LOGGING_RET_OK (0)
#define RCL_LOGGING_RET_ERROR (2)

namespace fs = rcpputils::fs;

const int logger_levels[] =
Expand Down

0 comments on commit 0d2e969

Please sign in to comment.