diff options
Diffstat (limited to 'test/test-gtest.cpp')
-rw-r--r-- | test/test-gtest.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/test-gtest.cpp b/test/test-gtest.cpp new file mode 100644 index 0000000..739a5c8 --- /dev/null +++ b/test/test-gtest.cpp @@ -0,0 +1,13 @@ + +#include <stdio.h> +#include <gtest.h> + + + + +int +main (int argc, char ** argv) +{ + printf("oheck\n"); + return 0; +} |