From 1beffbce27a2beb4528a80d32bdab1b65ef6654f Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 25 Mar 2024 17:21:04 +0100 Subject: tools: Added test for struct translation --- modules/tools/tests/c_iface.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'modules/tools/tests') diff --git a/modules/tools/tests/c_iface.cpp b/modules/tools/tests/c_iface.cpp index 01f981e..b70131e 100644 --- a/modules/tools/tests/c_iface.cpp +++ b/modules/tools/tests/c_iface.cpp @@ -36,6 +36,10 @@ using TestArrayFunctionInterface = Interface< Member, "three"> >; +using TestStructArrayFunctionInterface = Interface< + Member, "three"> +>; + using TestMultiFunctionInterface = Interface< Member, "foo">, Member, "bar">, @@ -100,4 +104,14 @@ SAW_TEST("CIface Array Function Interface"){ std::cout<<"\n"<(res, src); + std::cout<<"\n"<