13 lines
168 B
C
13 lines
168 B
C
#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_
|