view test/callback_suite_aggrs/CMakeLists.txt @ 664:64880e3f286c default tip

- test/thunk: disable output buffering (might not be able catch segfaults on stack without SA_ONSTACK, so print maximum for when handler isn't called)
author Tassilo Philipp
date Thu, 23 May 2024 16:05:45 +0200
parents 71c884e610f0
children
line wrap: on
line source

add_executable(callback_suite_aggrs globals.c cases.c main.c)
target_link_libraries(callback_suite_aggrs dyncallback_s dyncall_s)