comparison test/plain/test_structs.c @ 141:e63089fe5bef

- todo update - removed some duped code for plain* tests
author cslag
date Sat, 20 Aug 2016 09:47:45 +0200
parents 3e629dc19168
children dd78bd0152af
comparison
equal deleted inserted replaced
139:5675d34f0a06 141:e63089fe5bef
23 */ 23 */
24 24
25 25
26 26
27 27
28 #include "test_framework.h" 28 #include "../common/test_framework.h"
29 #include "../../dyncall/dyncall.h" 29 #include "../../dyncall/dyncall.h"
30 #include "../../dyncall/dyncall_signature.h" 30 #include "../../dyncall/dyncall_signature.h"
31 #include "../../dyncall/dyncall_struct.h" 31 #include "../../dyncall/dyncall_struct.h"
32 #include "../common/platformInit.h" 32 #include "../common/platformInit.h"
33 33