We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 5545

Summary: PATCH: OpenGL is not included in the proper tests when using CMake
Product: SDL Reporter: vladius <vturbanov>
Component: buildAssignee: Sam Lantinga <slouken>
Status: NEW --- QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 2.0   
Hardware: x86   
OS: Windows 10   
Attachments: Provide OpenGL for CMake tests
Hexadecimal unifont variant to be used in tests.

Description vladius 2021-02-10 15:46:39 UTC
Created attachment 4792 [details]
Provide OpenGL for CMake tests

I'm including a patch to provide a portable and conditional OpenGL inclusion intro proper tests. Tested.
Comment 1 vladius 2021-02-10 15:53:12 UTC
Created attachment 4793 [details]
Hexadecimal unifont variant to be used in tests.

Even with the unifont functionality built in the testtime.c, the file is still missing from the repository and is not loaded correctly.
This patch is adding this file. The new CMakeLists.txt should already be updated with the previous patch in this issue, to copy the font to the destination build directory correctly.