comparison test/thunk/test_thunk.c @ 410:7608e34098b0

- cleanups, simplifications, some api clarification, ... - test cases consistency: * return status code depending on test results (for actual conformance tests, not stuff that is not an example or hack to check something, ..) * platform init helper added for some
author Tassilo Philipp
date Tue, 05 Oct 2021 21:53:04 +0200
parents 2144287113df
children 57faec8b7600
comparison
equal deleted inserted replaced
409:15698dc0cba3 410:7608e34098b0
34 ** test: thunks with several allocation modes 34 ** test: thunks with several allocation modes
35 ** such as on stack, on heap and explicit wx 35 ** such as on stack, on heap and explicit wx
36 ** 36 **
37 **/ 37 **/
38 38
39 #include <assert.h>
40 #include <errno.h> 39 #include <errno.h>
41 #include <signal.h> 40 #include <signal.h>
42 #include <setjmp.h> 41 #include <setjmp.h>
43 #include <string.h> 42 #include <string.h>
44 43