From 40369c781e43282992e720efaaa99fa5e60c0d20 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 4 Jul 2024 16:32:14 +0200 Subject: Preparation work for loopback --- modules/codec/tests/forst.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/codec/tests/forst.cpp') diff --git a/modules/codec/tests/forst.cpp b/modules/codec/tests/forst.cpp index 96c4dd0..28501c9 100644 --- a/modules/codec/tests/forst.cpp +++ b/modules/codec/tests/forst.cpp @@ -25,6 +25,10 @@ SAW_TEST("Codec Forst Info"){ uint64_t depth = impl::forst_codec_info::layers; SAW_EXPECT(depth == 0, "Layer info is wrong"); } + { + uint64_t depth = impl::forst_codec_info::layers; + SAW_EXPECT(depth == 1, "Layer info is wrong"); + } { uint64_t depth = impl::forst_codec_info::layers; SAW_EXPECT(depth == 1, "Layer info is wrong"); -- cgit v1.2.3