forked from wolfSSL/wolfssl
RIOT OS build and test scripts, build instructions
This commit is contained in:
@@ -210,7 +210,11 @@ int testsuite_test(int argc, char** argv)
|
||||
#endif /* HAVE_WNR */
|
||||
|
||||
printf("\nAll tests passed!\n");
|
||||
#ifdef WOLFSSL_RIOT_OS
|
||||
exit(0);
|
||||
#else
|
||||
return EXIT_SUCCESS;
|
||||
#endif
|
||||
}
|
||||
|
||||
void simple_test(func_args* args)
|
||||
@@ -411,7 +415,11 @@ int main(int argc, char** argv)
|
||||
if (server_args.return_code != 0) return server_args.return_code;
|
||||
|
||||
printf("\nAll tests passed!\n");
|
||||
#ifdef WOLFSSL_RIOT_OS
|
||||
exit(0);
|
||||
#else
|
||||
return EXIT_SUCCESS;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user