When using CMake on Windows with cl compiler from Visual Studio 2022, the padauk3Output test fails.
Indeed, comparing tests/padauk3.log and standards/padauk3Windows.log, we can spot this difference (using diff provided with "git for windows" distribution):
$ diff C:/Users/jddfr/git/graphite-build/tests/padauk3.log C:/Users/jddfr/git/graphite/tests/standards/padauk3Windows.log
10c10
< 04 212 -1@0,0 20.2 0.0 0 -30 7 7 102f 102f
---
> 04 212 -1@0,0 20.3 0.0 0 -30 7 7 102f 102f
When using CMake on Windows with cl compiler from Visual Studio 2022, the padauk3Output test fails.
Indeed, comparing
tests/padauk3.logandstandards/padauk3Windows.log, we can spot this difference (using diff provided with "git for windows" distribution):