EXIT_TEST macro added for cleaner implementation and maintenance

This commit is contained in:
kaleb-himes
2016-12-09 19:39:36 -07:00
parent 1748045d52
commit 6c7e1785aa
4 changed files with 12 additions and 25 deletions
+1 -5
View File
@@ -483,11 +483,7 @@ int benchmark_test(void *args)
ShowMemoryTracker();
#endif
#ifdef WOLFSSL_RIOT_OS
exit (0);
#else
return 0;
#endif
EXIT_TEST(0);
}