diff --git a/src/unity.h b/src/unity.h index ba8bb5b..1fd5486 100644 --- a/src/unity.h +++ b/src/unity.h @@ -60,6 +60,9 @@ void tearDown(void); * Parameterized Tests * - 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 *-------------------------------------------------------*/