Skip to content

Commit

Permalink
Add missing gtest file
Browse files Browse the repository at this point in the history
  • Loading branch information
YasmineMoumou committed Aug 16, 2021
1 parent a9a05d7 commit 4ee7d3a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/connection_scan_algorithm/gtest.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#include "gtest/gtest.h" // we will add the path to C preprocessor later

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

return RUN_ALL_TESTS();
}

0 comments on commit 4ee7d3a

Please sign in to comment.