10 lines
97 B
C
10 lines
97 B
C
#include "../tensor.h"
|
|
#include "test_tensor.h"
|
|
|
|
int main(void)
|
|
{
|
|
test_run_all();
|
|
return 0;
|
|
}
|
|
|