Mark VanderVoord
|
1a29024cc7
|
It's a New Year
|
2025-01-01 11:46:30 -05:00 |
|
Mark VanderVoord
|
c546414657
|
- Protect against people not defining UNITY_USE_COMMAND)LINES_ARGS but enabling cmd_lines in test runner generator. (Cherry-pick PR 739)
- Fix UNITY_NORETURN usage (Cherry-pick PR 742)
- Other standards and formatting tweaks.
|
2024-08-01 16:01:09 -04:00 |
|
Mark VanderVoord
|
3cbe49900a
|
Don't call assertions until after we've concluded test framework tinkering in core test (#718)
|
2024-03-31 18:12:31 -04:00 |
|
Mark VanderVoord
|
671f8d25f1
|
Update all the boilerplates
|
2024-03-16 23:15:00 -04:00 |
|
Mark VanderVoord
|
e3457a85f4
|
Fix temperamental test in core test suite.
|
2024-03-09 19:26:38 -05:00 |
|
John Lindgren
|
2485d49d13
|
Wrap UNITY_TEST_ASSERT in a do ... while(0) block
This ensures that constructions like the following work correctly:
if(condition)
TEST_ASSERT(a);
else
TEST_ASSERT(b);
|
2020-04-09 13:03:16 -04:00 |
|
mvandervoord
|
75754de04e
|
more of the same.
|
2020-03-16 20:38:54 -04:00 |
|
mvandervoord
|
d7a05a56df
|
Working with very picky compilers. :)
|
2020-03-16 20:14:02 -04:00 |
|
mvandervoord
|
71e77ce6fb
|
Added NOT-EQUAL int variants.
Organized Unit Tests
|
2020-03-16 18:45:40 -04:00 |
|