Restructured and renamed some tests.
This commit is contained in:
12
tests/main.h
Normal file
12
tests/main.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#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_
|
||||
Reference in New Issue
Block a user