tests/libfixmath_unittests: Add message when tests are finished.

dev/timer
Joakim Gebart 8 years ago
parent ecf3069e94
commit 71fff3ac1c

@ -28,9 +28,12 @@
* @}
*/
#include <stdio.h>
int main(void)
{
#include "fix16_unittests.inc"
puts("All tests executed.");
return 0;
}

Loading…
Cancel
Save