view test/call_suite/CMakeLists.txt @ 511:a0c51f34023a

test/call_suite: - less confusing and simpler generated code (with first arg in V_?[0] output) - avoid using same test reference value for retval and last arg
author Tassilo Philipp
date Sat, 09 Apr 2022 23:48:01 +0200
parents 2b708397bba1
children
line wrap: on
line source

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