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