- 23 5月, 2014 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 22 5月, 2014 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 22 4月, 2014 3 次提交
-
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
There was no reason that CMock init and destroy calls should be in the protected blocks. teardown is more flexible if verify is called afterwards.
-
由 Mark VanderVoord 提交于
-
- 13 3月, 2014 2 次提交
-
-
由 Mark VanderVoord 提交于
fix parameter type for runAllTests to match header (Thanks toybuilder!)
-
由 toybuilder 提交于
At least in Microchip XC8 compiler, void (*runAllTests)(void) is treated as a different type from void (*runAllTests)(). Fix the definition of UnityMain to match the declaration by making the runAllTests's (void) parameter list explicit.
-
- 08 3月, 2014 7 次提交
-
-
由 Mark VanderVoord 提交于
fixed format tags for u/int assertions
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
Fixed initialization of data structure
-
由 Mark VanderVoord 提交于
Fixed initialization of data structure by just doing it manually instead of statically (goodbye compiler warnings!)
-
由 Mark VanderVoord 提交于
fixed casts in UNITY_TEST_ASSERT_EQUAL_UINT*. (Thanks Anthony)
-
由 Mark VanderVoord 提交于
fixed double calls to actually use double handler instead of float handler
-
由 Mark VanderVoord 提交于
Support different encoding styles and force to something we can work with
-
- 06 3月, 2014 1 次提交
-
-
由 Anthony Boorsma 提交于
fixed casts in UNITY_TEST_ASSERT_EQUAL_UINT*. Was previously casting to signed variables and then sign extending the value before casting to final uint and was causing errorneous test failures when executed on arm target
-
- 01 3月, 2014 5 次提交
-
-
由 Mark VanderVoord 提交于
Added more examples
-
由 Mark VanderVoord 提交于
Unknown CLI params get ignored
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
- 28 2月, 2014 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 25 2月, 2014 1 次提交
-
-
由 Mark VanderVoord 提交于
Print an EOL before printing the TestResult while executing the spec (Thanks Jakob!)
-
- 16 2月, 2014 1 次提交
-
-
由 Jakob Holderbaum 提交于
By printing this newline, the filepath of the failing assertion does not get preceded by the dot which represents a running test. This gives the advantage, that the complete output of unity can be used as it is with a makefile in vim. Every error gets displayed in the quickfix and you can jump appropiately.
-
- 20 12月, 2013 2 次提交
-
-
由 Mark VanderVoord 提交于
Initial import of report parser.
-
由 unknown 提交于
This parser will scan an output file, pull all Unity related tests and summarize them in a report to console or put them in an XML file for use with Jenkins
-
- 05 11月, 2013 1 次提交
-
-
由 Warwick Stone 提交于
Conflicts: examples/example_3/makefile
-
- 23 9月, 2013 3 次提交
-
-
-
由 Mark VanderVoord 提交于
build on cygwin
-
由 Mark VanderVoord 提交于
-
- 22 9月, 2013 4 次提交
-
-
由 Mark VanderVoord 提交于
-
-
由 Mark VanderVoord 提交于
copy include statements from test file to test runner (excluding cmock.h and unity.h) to better handle custom types in parameterized tests (Thanks Shelly)
-
由 Mark VanderVoord 提交于
-
- 17 9月, 2013 3 次提交
-
-
由 Mark VanderVoord 提交于
Allow pointer types to have an attribute (file under "stupid things we do to keep poor compilers happy")
-
由 Mark VanderVoord 提交于
Fix unit tests for TEST_ASSERT_EQUAL_HEX_ARRAY on 16-bit architectures (Thanks Antony!)
-
由 Antony Male 提交于
Microchip's XC16 and friends, when used with dsPICs, require that all pointers to memory which could possibly be in EDS space by adorned with __eds__, e.g. __eds__ int* p_int Adding the macro UNITY_PTR_ATTRIBUTE allows Unity's pointers to be decorated with whatever ridiculous attributes the compiler requires.
-
- 05 9月, 2013 1 次提交
-
-
由 Warwick Stone 提交于
-
- 19 7月, 2013 1 次提交
-
-
由 Warwick Stone 提交于
* Renamed example x to example 3
-
- 17 7月, 2013 2 次提交
-
-
由 Warwick Stone 提交于
* Updated example 2 readme * Broke up huge line in example 2 makefile
-
由 Warwick Stone 提交于
* Added example that uses unity test fixture
-