Initial commit

This commit is contained in:
Thomas Klaehn
2019-07-25 16:36:38 +02:00
commit eadddf7334
9 changed files with 7772 additions and 0 deletions

8
test/unit/main.c Normal file
View File

@@ -0,0 +1,8 @@
#include <stdlib.h>
#include <time.h>
#include <sys/syscall.h>
#include <utest.h>
UTEST_MAIN();