From f05385250c308c4965356cc5d51cac42f46fef8f Mon Sep 17 00:00:00 2001 From: Mark VanderVoord Date: Fri, 8 Jul 2016 16:10:14 -0400 Subject: [PATCH] - Document new define in unity.h. Will still need to be added to real docs --- src/unity.h | 3 +++ 1 file changed, 3 insertions(+) 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 *-------------------------------------------------------*/