Files
ctensor/tests/main.h

13 lines
168 B
C
Raw Normal View History

2023-09-03 13:52:45 +02:00
#ifndef _MAIN_H_INCLUDED_
#define _MAIN_H_INCLUDED_
#include "tensor_test.h"
#define NUM_TEST_FUNC 14
void tensor_test_run_all(void);
#endif // _MAIN_H_INCLUDED_