From da93f0466cdeaf266debe5bacee6779354cf4a34 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 14 Feb 2024 22:06:14 +0100 Subject: tools: Adding params and other dangling changes --- modules/tools/tests/c_iface.cpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'modules/tools/tests/c_iface.cpp') diff --git a/modules/tools/tests/c_iface.cpp b/modules/tools/tests/c_iface.cpp index 88899f7..01f1106 100644 --- a/modules/tools/tests/c_iface.cpp +++ b/modules/tools/tests/c_iface.cpp @@ -9,11 +9,20 @@ namespace { namespace schema { using namespace saw::schema; +using TestStruct = Struct< + Member, + Member +>; + using TestEmptyInterface = Interface<>; using TestOneFunctionInterface = Interface< Member, "one"> >; + +using TestStructFunctionInterface = Interface< + Member, "two"> +>; } template @@ -55,4 +64,12 @@ SAW_TEST("CIface One Function Interface"){ test_generate(res); std::cout<<"\n"<(res); + std::cout<<"\n"<