Skip to content

Commit

Permalink
iox-#2044 Remove obsolete code
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Oct 21, 2023
1 parent fb64d5c commit b20e077
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions iceoryx_dust/test/moduletests/test_dust_modules.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,11 @@
using namespace ::testing;
using ::testing::_;

// global argc and argv needed by the argv_inspection test
int g_argc;
char** g_argv;

int main(int argc, char* argv[])
{
::testing::InitGoogleTest(&argc, argv);

iox::testing::TestingLogger::init();

g_argc = argc;
g_argv = argv;

return RUN_ALL_TESTS();
}
7 changes: 0 additions & 7 deletions iceoryx_hoofs/test/moduletests/test_hoofs_modules.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@
using namespace ::testing;
using ::testing::_;

// global argc and argv needed by the argv_inspection test
int g_argc;
char** g_argv;

int main(int argc, char* argv[])
{
::testing::InitGoogleTest(&argc, argv);
Expand All @@ -37,8 +33,5 @@ int main(int argc, char* argv[])
iox::testing::ErrorHandler handler;
iox::er::ErrorHandler::set(handler);

g_argc = argc;
g_argv = argv;

return RUN_ALL_TESTS();
}

0 comments on commit b20e077

Please sign in to comment.