mbedtls/programs/test
k-stachowiak 776521aee8 Return from the test and utility examples via exit()
All the core examples have been modified not to return from main
by the means of the return statement, but rather via exit() function,
which was done to make the examples more bare metal friendly.

This commit, for the sake of consistency, introduces the modifications
to the test and utility examples. These, while less likely to be used
in the low level environments, won't suffer from such a change.
2019-08-16 06:38:10 +02:00
..
cmake_subproject CMake: Add a subdirectory build regression test 2019-06-25 15:21:24 +01:00
benchmark.c Return from the test and utility examples via exit() 2019-08-16 06:38:10 +02:00
CMakeLists.txt Remove ssl_cert_test sample app 2019-04-07 16:49:18 +03:00
cpp_dummy_build.cpp cpp_dummy_build: Add missing header psa_util.h 2019-04-14 15:55:20 -05:00
query_compile_time_config.c Fix aligment in programs/test/query_compile_time_config.c 2019-02-07 10:38:22 +00:00
selftest.c Unify the example programs' termination 2019-08-16 06:37:42 +02:00
udp_proxy.c Return from the test and utility examples via exit() 2019-08-16 06:38:10 +02:00
udp_proxy_wrapper.sh udp_proxy_wrapper.sh: fix cleanup not cleaning up 2017-10-24 11:25:19 +01:00
zeroize.c Return from the test and utility examples via exit() 2019-08-16 06:38:10 +02:00