diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-06-01 16:09:22 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-06-01 16:09:22 +0200 |
| commit | 60eefb228c9b5c2846d3640d68ae5a7ccb0c254d (patch) | |
| tree | 569583fd49a257d4f2efd2885ece2c0364d144a2 /modules/codec/tests | |
| parent | 4a667474433f18c60facd556daa5b73c6e651f4e (diff) | |
| download | forstio-forstio-60eefb228c9b5c2846d3640d68ae5a7ccb0c254d.tar.gz | |
Diffstat (limited to 'modules/codec/tests')
| -rw-r--r-- | modules/codec/tests/math.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/codec/tests/math.cpp b/modules/codec/tests/math.cpp index 34dcce8..18b6c41 100644 --- a/modules/codec/tests/math.cpp +++ b/modules/codec/tests/math.cpp @@ -76,6 +76,8 @@ SAW_TEST("Math/Tensor"){ SAW_EXPECT(d.at({{1u,0u}}).get() == 1.0, std::string{"Unexpected value at (1,0): "} + std::to_string(d.at({{1u,0u}}).get())); SAW_EXPECT(d.at({{1u,1u}}).get() == 1.0, std::string{"Unexpected value at (1,1): "} + std::to_string(d.at({{1u,1u}}).get())); } + + auto e = -a; } SAW_TEST("Math/Rotate"){ |
