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 3743

Summary: make testautomation_sdltest.c to compile
Product: SDL Reporter: Ozkan Sezer <sezeroz>
Component: *don't know*Assignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 2.0   
Hardware: x86   
OS: Linux   
Attachments: testautomation_sdltest.patch

Description Ozkan Sezer 2017-08-13 11:38:46 UTC
The attached patch makes testautomation_sdltest.c more compatible wrt
LLONG_{MIN|MAX} macros and makes it to compile on older systems  (e.g.
glibc-2.8) too, by replacing LLONG_{MIN|MAX} with INT64_{MIN|MAX}.

c.f.: bug #3494, where the same issue was described for SDL_test_fuzzer.c
Comment 1 Ozkan Sezer 2017-08-13 11:39:43 UTC
Created attachment 2831 [details]
testautomation_sdltest.patch
Comment 2 Sam Lantinga 2017-08-14 04:19:12 UTC
Fixed, thanks!
https://hg.libsdl.org/SDL/rev/a2792ce0ec8c