Add initial libraries and their respective test code

This commit is contained in:
2023-11-04 12:51:01 +01:00
parent fc2258ce10
commit 75b8cfe46b
12 changed files with 931 additions and 0 deletions

6
tests/test.hpp Normal file
View File

@@ -0,0 +1,6 @@
#include <gtest/gtest.h>
extern "C"
{
#include "c-libs.h"
}