mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-25 09:21:36 +01:00
- Added options for how to handle TEST_ASSERT_EQUAL shorthand
- Tweak a couple style problems with Ruby scripts.
This commit is contained in:
@@ -729,6 +729,16 @@ extern const char UnityStrErr64[];
|
||||
#define UNITY_END() UnityEnd()
|
||||
#endif
|
||||
|
||||
#ifndef UNITY_SHORTHAND_AS_INT
|
||||
#ifndef UNITY_SHORTHAND_AS_MEM
|
||||
#ifndef UNITY_SHORTHAND_AS_NONE
|
||||
#ifndef UNITY_SHORTHAND_AS_RAW
|
||||
#define UNITY_SHORTHAND_AS_OLD
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/*-----------------------------------------------
|
||||
* Command Line Argument Support
|
||||
*-----------------------------------------------*/
|
||||
|
||||
Reference in New Issue
Block a user