view test/suite_aggrs/CMakeLists.txt @ 432:167faab0c0be

first usable version of test suite for aggregates, handling only non-nested struct params, at the moment; still missing: - unions - arrays - aggregates as return values
author Tassilo Philipp
date Fri, 21 Jan 2022 15:42:29 +0100
parents
children
line wrap: on
line source

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