Skip to content

Commit

Permalink
Add Dll to LogChecker (#3)
Browse files Browse the repository at this point in the history
* Add Dll to LogChecker

Signed-off-by: jparisu <javierparis@eprosima.com>

* Fix typo in colcon meta CI

Signed-off-by: jparisu <javierparis@eprosima.com>

Signed-off-by: jparisu <javierparis@eprosima.com>
  • Loading branch information
jparisu authored Oct 3, 2022
1 parent f0beb42 commit 3118952
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage_colcon.meta
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"names":
{
"cpp_util":
"cpp_utils":
{
"cmake-args":
[
Expand Down
6 changes: 3 additions & 3 deletions cpp_utils/include/cpp_utils/testing/LogChecker.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ class LogChecker
{
public:

LogChecker(
CPP_UTILS_DllAPI LogChecker(
utils::Log::Kind threshold = utils::Log::Kind::Warning,
uint32_t expected_severe_logs = 0,
uint32_t max_severe_logs = 0);

~LogChecker();
CPP_UTILS_DllAPI ~LogChecker();

bool check_valid();
CPP_UTILS_DllAPI bool check_valid();

protected:

Expand Down

0 comments on commit 3118952

Please sign in to comment.