mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 08:25:58 +01:00
- Add tests which prove command line arguments now work with runner. Fixed a few bugs in this area.
This commit is contained in:
5
test/testdata/CException.h
vendored
5
test/testdata/CException.h
vendored
@@ -3,4 +3,9 @@
|
||||
|
||||
#define CEXCEPTION_BEING_USED 1
|
||||
|
||||
#define CEXCEPTION_NONE 0
|
||||
#define CEXCEPTION_T int e = 1; (void)
|
||||
#define Try if (e)
|
||||
#define Catch(a) if (!a)
|
||||
|
||||
#endif //CEXCEPTION_H
|
||||
|
||||
Reference in New Issue
Block a user