Fix tests' structure, code style and use of GTest

This commit is contained in:
TheAssassin
2018-10-24 13:27:40 +02:00
parent a1308955e7
commit 2f96dec588
6 changed files with 23 additions and 15 deletions

View File

@@ -1,6 +1,5 @@
#include <cstdio>
extern "C" { void hello_world(); }
#include <simple_library.h>
int main() {
printf("Hello World");