Centipede 0.0.1
Centipede program
Loading...
Searching...
No Matches
centipede_unit_test.cpp
1#include <gtest/gtest.h>
2
3auto main(int argc, char** argv) -> int
4{
5 ::testing::InitGoogleTest(&argc, argv);
6 return RUN_ALL_TESTS();
7}