Antony Male 6dd44f23c9 Allow pointer types to have an attribute
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.
2013-09-17 10:10:43 +01:00
2013-07-14 20:37:39 +10:00
2013-01-17 13:44:05 +01:00
2012-10-03 15:01:20 -04:00
2013-01-17 13:44:05 +01:00
2013-02-01 12:47:02 +00:00
Description
Simple Unit Testing for C
8.4 MiB
Languages
C 65.5%
Ruby 17.3%
C++ 12.6%
Python 1.7%
Makefile 1.6%
Other 1.3%