added missing stuff

This commit is contained in:
2016-09-07 11:51:56 +02:00
parent d283d9b326
commit 8136e9ec81
3 changed files with 147 additions and 1 deletions

View File

@@ -19,7 +19,9 @@ int main(int argc, char** argv) {
// skip all tests starting with LIVE_
::testing::GTEST_FLAG(filter) = "-*.LIVE_*";
::testing::GTEST_FLAG(filter) = "*Grid.*";
::testing::GTEST_FLAG(filter) = "*GridWalk2HeadingControl*";
//::testing::GTEST_FLAG(filter) = "*Grid.*";
//::testing::GTEST_FLAG(filter) = "*Dijkstra.*";
//::testing::GTEST_FLAG(filter) = "*LogDistanceCeilingModel*";