Koy Rehme
|
459d53a821
|
New command line options
|
2025-01-08 15:38:23 -07:00 |
|
Mark VanderVoord
|
1a29024cc7
|
It's a New Year
|
2025-01-01 11:46:30 -05:00 |
|
Mark VanderVoord
|
671f8d25f1
|
Update all the boilerplates
|
2024-03-16 23:15:00 -04:00 |
|
mvandervoord
|
fbded74349
|
Split memory from fixtures and make it's own addon
|
2019-10-30 07:52:07 -04:00 |
|
Dom Postorivo
|
01a907393a
|
silent mode in unity fixture
|
2019-05-04 11:52:36 -04:00 |
|
Jeremy Hannon
|
91a2353526
|
MISRA 16.4: param names match func decl & defn
parameter names should match between declaration and definition.
(MISRA 2004 rule 16.4)
|
2018-02-10 13:15:34 -06:00 |
|
jsalling
|
53bdb6897f
|
Ability to set size of pointer list, smaller default size
|
2016-12-23 22:53:24 -06:00 |
|
Mark VanderVoord
|
8e31f5d869
|
Revised internal type naming scheme to better sandbox Unity away from everything else. Sure, short was nice, but not at the expense of naming collisions.
|
2016-11-29 08:38:51 -05:00 |
|
Max Payne
|
a8e799b066
|
Fix fixture using from C++ sources
Mangling issues, as always.
|
2016-09-25 22:25:32 +03:00 |
|
jsalling
|
8beb9715be
|
C89 comment style changes only
|
2016-08-23 23:10:05 -05:00 |
|
jsalling
|
3bb51bd740
|
Fix C89 warnings about variables at top of scope, enums, variadic macros
Add extern UnityFixture in internals header. Add C89 target in Makefile
clang will show these warnings but can suppress "//" with -Wno-comment.
|
2016-02-26 20:51:04 -06:00 |
|
jsalling
|
7b0f3cf986
|
Clean up conversion warnings in Fixture
Turn on -Wconversion in Makefile, fix all warnings
|
2016-02-17 22:17:05 -06:00 |
|
jsalling
|
5e7780fd60
|
Delete unused internals functions for failure, ignore, & test counts.
These wrapper functions should be in Unity core if warranted.
Use the Unity struct directly for access, or consider macro functions
|
2016-02-09 10:55:07 -06:00 |
|
jsalling
|
822a537d2e
|
Remove opaque typedef from UnityFixture struct, as done in core Unity
|
2016-02-08 16:53:10 -06:00 |
|
jsalling
|
6b664fc803
|
Pass through correct line info on failures in Fixture pointer setting
|
2016-02-08 16:52:26 -06:00 |
|
jsalling
|
34a30f8e98
|
Delete dangling function prototype in Fixture internals
|
2016-01-19 21:47:40 -06:00 |
|
jsalling
|
a7b60dfc88
|
Consistent use of * in types in the Fixture, whitespace only
|
2016-01-19 21:47:32 -06:00 |
|
Mark VanderVoord
|
6f119a8ebd
|
Merge pull request #122 from trianglee/get_tests_counts
Added ability to get number of ignored tests and total number of tests.
|
2015-07-14 16:45:55 -04:00 |
|
Nimrod Zimerman
|
8a5e7cce24
|
Added ability to get number of ignored tests and total number of tests.
|
2015-07-14 19:49:09 +03:00 |
|
Nimrod Zimerman
|
9e9adc050c
|
Bug fix - ignored tests were incorrectly counted when not selected for running.
Ignored tests are now correctly skipped if not selected by test name or
by group name.
|
2015-07-14 19:29:16 +03:00 |
|
nimrodz
|
b389c71e71
|
Added stricter error checks by the compiler, and adapted all impacted code.
Primarily -
* Added "static" to static functions.
* Added proper signature with "void" to functions without arguments.
* Marked unused arguments with "(void)".
* Removed entirely unused static functions.
* Added "const" to preserve const-correctness.
* Added function prototypes for external functions.
|
2015-01-18 00:39:05 +02:00 |
|
Mark VanderVoord
|
124bfd8027
|
unity_fixture_internals.h should no be declaring functions without arguments. shame!
|
2014-04-21 18:08:34 -04:00 |
|
Dennis Lambe Jr
|
47bf32edd6
|
Made unity_fixture IGNORE_TEST() respect the -v verbose flag.
More details here: http://forums.pragprog.com/forums/123/topics/10126
|
2012-12-21 16:07:49 -05:00 |
|
mvandervoord
|
3d61357343
|
- updated fixture to match James' suggestions.
git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@124 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
|
2011-03-09 02:05:05 +00:00 |
|
mvandervoord
|
5a6b8c405b
|
- added a tweaked version of James Grenning's unity_fixture to extras
git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@106 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
|
2010-11-29 22:53:57 +00:00 |
|