- Document new define in unity.h. Will still need to be added to real docs

This commit is contained in:
Mark VanderVoord
2016-07-08 16:10:14 -04:00
parent f205b7de05
commit f05385250c

View File

@ -60,6 +60,9 @@ void tearDown(void);
* Parameterized Tests * Parameterized Tests
* - you'll want to create a define of TEST_CASE(...) which basically evaluates to nothing * - you'll want to create a define of TEST_CASE(...) which basically evaluates to nothing
* Tests with Arguments
* - you'll want to define UNITY_USE_COMMAND_LINE_ARGS if you have the test runner passing arguments to Unity
*------------------------------------------------------- *-------------------------------------------------------
* Basic Fail and Ignore * Basic Fail and Ignore
*-------------------------------------------------------*/ *-------------------------------------------------------*/