Updated the tests and declared new tests for the new functions.

This commit is contained in:
2023-09-15 17:07:31 +02:00
parent 8c44b96913
commit 7505b22d18
8 changed files with 412 additions and 457 deletions

View File

@@ -3,13 +3,13 @@
#include "tensor_test.h"
#include "tensoriter_test.h"
#include "tensorfunc_test.h"
#define NUM_TENSOR_TEST_FUNC 18
#define NUM_TENSORITER_TEST_FUNC 8
#define NUM_TENSOR_TEST_FUNC 10
#define NUM_TENSORFUNC_TEST_FUNC 18
void tensor_test_run_all(void);
void tensoriter_test_run_all(void);
void tensorfunc_test_run_all(void);
#endif // _MAIN_H_INCLUDED_