1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-27 18:24:27 +01:00

Add TEST_MATIX option for parameterization

Added matrix option for parameterization that generates cases based on
the product of the given arguments.
This commit is contained in:
Jon Hanghøj Henneberg
2023-07-13 22:35:53 +02:00
parent 1b9199ee38
commit d593817630
3 changed files with 35 additions and 19 deletions

View File

@@ -793,6 +793,9 @@ extern const char UnityStrErrShorthand[];
#if !defined(TEST_RANGE) && !defined(UNITY_EXCLUDE_TEST_RANGE)
#define TEST_RANGE(...)
#endif
#if !defined(TEST_MATRIX) && !defined(UNITY_EXCLUDE_TEST_MATRIX)
#define TEST_MATRIX(...)
#endif
#endif
#endif