move tests to core as it contains tests on core
This commit is contained in:
parent
f32b7370dc
commit
6d8342b3f3
8 changed files with 17 additions and 16 deletions
|
|
@ -1,8 +0,0 @@
|
|||
#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