Added set function for iterators.

This commit is contained in:
2023-09-07 21:26:45 +02:00
parent 66e31e19cb
commit bceeb5d096
6 changed files with 52 additions and 19 deletions

View File

@@ -6,7 +6,7 @@
#include "tensoriter_test.h"
#define NUM_TENSOR_TEST_FUNC 18
#define NUM_TENSORITER_TEST_FUNC 7
#define NUM_TENSORITER_TEST_FUNC 8
void tensor_test_run_all(void);