view test/callback_suite/CMakeLists.txt @ 509:f3d44195dbdf

callback_suite: - further, big refactoring to make the test data setup be a lot more in line with call_suite and call_suite_aggrs - added support to test void return values (was missing in prev version)
author Tassilo Philipp
date Sat, 09 Apr 2022 23:00:24 +0200
parents 049e04af13c8
children 71c884e610f0
line wrap: on
line source

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