mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-08-06 13:50:49 +08:00
- Add tests which prove command line arguments now work with runner. Fixed a few bugs in this area.
This commit is contained in:
@ -644,7 +644,7 @@ extern const char UnityStrErr64[];
|
||||
* Command Line Argument Support
|
||||
*-----------------------------------------------*/
|
||||
|
||||
#ifdef UNITY_PARSE_COMMAND_LINE_ARGS
|
||||
#ifdef UNITY_USE_COMMAND_LINE_ARGS
|
||||
int UnityParseOptions(int argc, char** argv);
|
||||
int UnityTestMatches(void);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user