Raffaello / sdl2-vga-terminal

SDL2 VGA Terminal
MIT License
6 stars 1 forks source link

[cmake] consider using google tests module #128

Closed Raffaello closed 4 years ago

Raffaello commented 4 years ago

ref: https://cmake.org/cmake/help/v3.10/module/GoogleTest.html

Raffaello commented 4 years ago

i detect a small issue with snapshot test on linux... not rendering on time the screen, like if it is in asynch mode, adding for eg a delay fix the issue, but because is not ideal, i will disable cmake googletest integration on linux at the moment.

Raffaello commented 4 years ago

also in MacOS appenging same issue of Linux, so i have extended to "Unix" system. work smoothly only in Windows...

alt image

Raffaello commented 4 years ago

also in MacOS appenging same issue of Linux, so i have extended to "Unix" system. work smoothly only in Windows...

alt image

Still hold, but it seems related to "rendering performances" rather than OS