Add initial libraries and their respective test code
This commit is contained in:
6
tests/test.hpp
Normal file
6
tests/test.hpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include "c-libs.h"
|
||||
}
|
||||
Reference in New Issue
Block a user