-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix running tests on Windows when built as Release target
* tests/CMakeLists.txt: Fix running tests on Windows when engine is built with optimizations enabled (Release build target). GTest was throwing SEH exception code 0xc0000005 errors due to a mismatch in the library type used -- debug VS release libraries. Unit tests now will use the appropriate library target type when the engine is switched between configuration types (Debug && Release). This fix has only been tested with the ActionTest executable so far. * third-party/README.md: Update GTest documentation notes for Windows to include build info for how I built the GTest libraries for Release builds. See https://sourceforge.net/projects/nomlib/files/ for latest built libraries.
- Loading branch information
Showing
2 changed files
with
23 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters