test -> test

This commit is contained in:
Eelke Klein 2017-08-27 17:39:35 +02:00
parent 6d8342b3f3
commit f6728e6191
6 changed files with 0 additions and 0 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();
}