toybuilder bb729bdc3e fix parameter type for runAllTests to match header
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.
2014-03-13 05:58:39 -07:00
2012-10-03 15:01:20 -04:00
2013-01-17 13:44:05 +01: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%