Restructured and renamed some tests.

This commit is contained in:
2023-09-03 13:52:45 +02:00
parent f052fd8a94
commit 3543700b01
6 changed files with 89 additions and 74 deletions

12
tests/main.h Normal file
View 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_