view test/callback_suite/CMakeLists.txt @ 505:049e04af13c8

test/callback_suite: - greatly simplified - refactored to look more like other test cases (especially call_suite{,_aggrs} for consistency/maintainablity/future code sharing
author Tassilo Philipp
date Sat, 09 Apr 2022 13:53:58 +0200
parents d8f0e6cecdab
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)