view test/call_suite/CMakeLists.txt @ 202:030fbb70aa1b

- changed allocwx code: * to introduce a call allowing to switch the written page to be executable (e.g. using mprotect) * changed mmap based code so page is always W^X
author Tassilo Philipp
date Mon, 20 Mar 2017 23:12:58 +0100
parents e1706ad13e9e
children 2b708397bba1
line wrap: on
line source

add_executable(call_suite globals.c invoke.c cases.c main.c)
target_link_libraries(call_suite dyncall_s)