From e6005faaf9f581148edd3e32bf402c2af7eb36ab Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Mon, 29 Jul 2024 16:51:04 +0200 Subject: wip forst --- modules/codec/tests/forst.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'modules/codec/tests/forst.cpp') diff --git a/modules/codec/tests/forst.cpp b/modules/codec/tests/forst.cpp index 8e9ac49..8e715c9 100644 --- a/modules/codec/tests/forst.cpp +++ b/modules/codec/tests/forst.cpp @@ -1,6 +1,7 @@ #include #include "../c++/data.hpp" #include "../c++/forst.hpp" +#include "../c++/schema_meta.hpp" #include @@ -67,5 +68,13 @@ SAW_TEST("Codec Forst Static Size Info"){ SAW_EXPECT(size == 17u, std::string{"Static size is wrong: "} + std::to_string(size)); } } + +SAW_TEST("Codec Forst Dynamic Size Info"){ + using namespace saw; + + data::MetaSchema> meta_dat; + + data forst_dat{meta_dat}; +} } } -- cgit v1.2.3