Restuctured the project.
This commit is contained in:
9
tests/main.c
Normal file
9
tests/main.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "../tensor.h"
|
||||
#include "test_tensor.h"
|
||||
|
||||
int main(void)
|
||||
{
|
||||
test_run_all();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user