Added more tests.

This commit is contained in:
2023-09-04 16:41:07 +02:00
parent 3543700b01
commit 8c2906765f
9 changed files with 170 additions and 14 deletions

View File

@@ -3,10 +3,13 @@
#include "tensor_test.h"
#include "tensoriter_test.h"
#define NUM_TEST_FUNC 14
#define NUM_TENSOR_TEST_FUNC 14
#define NUM_TENSORITER_TEST_FUNC 7
void tensor_test_run_all(void);
void tensoriter_test_run_all(void);
#endif // _MAIN_H_INCLUDED_