mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-05-05 13:04:13 +02:00
EXIT_TEST macro added for cleaner implementation and maintenance
This commit is contained in:
@@ -483,11 +483,7 @@ int benchmark_test(void *args)
|
||||
ShowMemoryTracker();
|
||||
#endif
|
||||
|
||||
#ifdef WOLFSSL_RIOT_OS
|
||||
exit (0);
|
||||
#else
|
||||
return 0;
|
||||
#endif
|
||||
EXIT_TEST(0);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user