1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 00:15:58 +01:00

Add verifyTest option to go with resetTest.

Fix docs.
This commit is contained in:
mvandervoord
2019-10-28 10:32:22 -04:00
parent 15631f1c78
commit be87d790c7
4 changed files with 28 additions and 7 deletions

View File

@@ -429,7 +429,7 @@ will allow you to specify how Unity will treat these assertions.
#### `UNITY_SUPPORT_VARIADIC_MACROS`
This will force Unity to support variadic macros when using it's own built-in
This will force Unity to support variadic macros when using its own built-in
RUN_TEST macro. This will rarely be necessary. Most often, Unity will automatically
detect if the compiler supports variadic macros by checking to see if it's C99+
compatible. In the event that the compiler supports variadic macros, but is primarily