Skip to content

Commit

Permalink
added gtest to docker [8]
Browse files Browse the repository at this point in the history
  • Loading branch information
safoex committed Apr 28, 2024
1 parent de9ab83 commit 55f93eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion behavior_tree/test/examples/state.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "../include/behavior_tree/bt_base.h"
#include <gmock/gmock.h>
#include <gtest/gtest.h>


using namespace ::testing;
using namespace evo::behavior;
Expand Down
2 changes: 1 addition & 1 deletion behavior_tree/test/examples/substates.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "../include/behavior_tree/bt_base.h"
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include <optional>
#include <queue>

Expand Down

0 comments on commit 55f93eb

Please sign in to comment.