Skip to content

Commit df1179f

Browse files
drowaudioclaude
andcommitted
Compile EditorTests and ExtremeTests (were present but not built)
Source/tests/EditorTests.cpp and Source/tests/ExtremeTests.cpp were never added to SourceFiles, so their self-registering PluginTest instances were never compiled in and the tests never ran. Add them to the build. Re-enables: "Editor stress" (L6), "Editor DPI Awareness" (L3, Windows only), "Allocations during process" (L9), "Process called with a larger than prepared block size". Verified they compile and pass a real strictness-10 validation. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 6f6c33a commit df1179f

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELIST.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- **Breaking:** invalid option values now error instead of silently falling back (e.g. `--rtcheck banana`, `--strictness-level abc`)
1010
- **Breaking:** falsey flag environment variables now mean off (e.g. `SKIP_GUI_TESTS=0` no longer enables skipping)
1111
- `--help` output is now generated by CLI11
12+
- Enabled the editor stress and extreme (real-time allocation / oversized block) tests that were present in the source tree but had not been compiled into the build
1213

1314
### 1.0.5
1415
- Added static linking to the Windows runtime so it should run on more Windows systems (particularly non-dev machines)

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ set(SourceFiles
137137
Source/tests/BasicTests.cpp
138138
Source/tests/LocaleTest.cpp
139139
Source/tests/BusTests.cpp
140+
Source/tests/EditorTests.cpp
141+
Source/tests/ExtremeTests.cpp
140142
Source/tests/ParameterFuzzTests.cpp
141143
Source/TestUtilities.cpp
142144
Source/Validator.cpp)

0 commit comments

Comments
 (0)