move tests to core as it contains tests on core

This commit is contained in:
Eelke Klein 2017-08-27 17:38:52 +02:00
parent f32b7370dc
commit 6d8342b3f3
8 changed files with 17 additions and 16 deletions

View file

@ -1,8 +0,0 @@
#include <gtest/gtest.h>
int main(int argc, char *argv[])
{
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}