Restuctured the project.

This commit is contained in:
2023-03-15 16:13:37 +01:00
parent 744da6316c
commit 1749dc41ac
7 changed files with 141 additions and 0 deletions

9
tests/main.c Normal file
View File

@@ -0,0 +1,9 @@
#include "../tensor.h"
#include "test_tensor.h"
int main(void)
{
test_run_all();
return 0;
}