Added more tests

This commit is contained in:
2023-09-03 13:02:55 +02:00
parent 5a4946c744
commit 545a3b6c75
3 changed files with 112 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
int main(void)
{
test_run_all();
test_tensor_run_all();
return 0;
}