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