view test/thunk/CMakeLists.txt @ 377:51af8ec8d8e6

- simplified thunk-test memory error handling (sigaction setup not needed for this single-threaded test; did also set mutually exclusive union members)
author Tassilo Philipp
date Mon, 28 Dec 2020 14:09:09 +0100
parents 3e629dc19168
children
line wrap: on
line source

add_executable(test_thunk test_thunk.c)
target_link_libraries(test_thunk dyncallback_s)