annotate test/suite_aggrs/CMakeLists.txt @ 441:e59e381b4fca

- suite_aggrs: silenced warning, generated real case list
author Tassilo Philipp
date Wed, 26 Jan 2022 14:33:31 +0100
parents 167faab0c0be
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
432
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
1 add_executable(suite_aggrs globals.c cases.c main.c)
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
2 target_link_libraries(suite_aggrs dyncall_s)
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
3
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
4