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