From 0d32f9b2c73690fa188d0f5920dfa9cbe3005200 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Sun, 20 Apr 2025 17:12:55 +0200 Subject: Added Unit printing --- modules/codec-unit/tests/codec-unit.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/codec-unit/tests') diff --git a/modules/codec-unit/tests/codec-unit.cpp b/modules/codec-unit/tests/codec-unit.cpp index 99645bd..6ffc4fc 100644 --- a/modules/codec-unit/tests/codec-unit.cpp +++ b/modules/codec-unit/tests/codec-unit.cpp @@ -3,6 +3,7 @@ #include #include "../c++/unit.hpp" +#include "../c++/unit_print.hpp" namespace { namespace sch { @@ -60,4 +61,9 @@ SAW_TEST("Codec Unit/Division"){ SAW_EXPECT(c == data>{5u}, "Expected result 5"); } + +SAW_TEST("Codec Unit/Print"){ + using namespace saw; + // TODO +} } -- cgit v1.2.3