Files
ctensor/tests/main.c
2023-05-07 13:32:20 +02:00

9 lines
74 B
C

#include "test_tensor.h"
int main(void)
{
test_run_all();
return 0;
}