16 lines
276 B
C
16 lines
276 B
C
#ifndef _MAIN_H_INCLUDED_
|
|
#define _MAIN_H_INCLUDED_
|
|
|
|
|
|
#include "tensor_test.h"
|
|
#include "tensorfunc_test.h"
|
|
|
|
#define NUM_TENSOR_TEST_FUNC 10
|
|
#define NUM_TENSORFUNC_TEST_FUNC 18
|
|
|
|
|
|
void tensor_test_run_all(void);
|
|
void tensorfunc_test_run_all(void);
|
|
|
|
#endif // _MAIN_H_INCLUDED_
|