Skip to content
Snippets Groups Projects
Commit 71fff3ac authored by Joakim Nohlgård's avatar Joakim Nohlgård
Browse files

tests/libfixmath_unittests: Add message when tests are finished.

parent ecf3069e
Branches
No related tags found
No related merge requests found
......@@ -28,9 +28,12 @@
* @}
*/
#include <stdio.h>
int main(void)
{
#include "fix16_unittests.inc"
puts("All tests executed.");
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment