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 |
|