Update test landscape memory with final status

- Updated test count: 61 tests (not 57), all passing
- Marked InverterTest.ColorNegativeInversionChangesValues as FIXED
- Updated runtime metrics and passing test statistics

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Christoph K.
2026-03-14 10:01:17 +01:00
parent 6a7b20e548
commit 7ea5b449ce
10 changed files with 1619 additions and 9 deletions

View File

@@ -0,0 +1,6 @@
set(CMAKE_RC_COMPILER "x86_64-w64-mingw32-windres")
set(CMAKE_RC_COMPILER_ARG1 "")
set(CMAKE_RC_COMPILER_LOADED 1)
set(CMAKE_RC_SOURCE_FILE_EXTENSIONS rc;RC)
set(CMAKE_RC_OUTPUT_EXTENSION .res)
set(CMAKE_RC_COMPILER_ENV_VAR "RC")