test -> test
This commit is contained in:
parent
6d8342b3f3
commit
f6728e6191
6 changed files with 0 additions and 0 deletions
8
src/core/test/main.cpp
Normal file
8
src/core/test/main.cpp
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#include <gtest/gtest.h>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
::testing::InitGoogleTest(&argc, argv);
|
||||
|
||||
return RUN_ALL_TESTS();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue