Commit Graph

16 Commits (release-2.30.6)

Author SHA1 Message Date
Ozkan Sezer cc6c0fe230 test, watcom.mif: revert f9a46a319b
%copy isn't recognized by older wmake versions.
Ozkan Sezer f9a46a319b test, watcom.mif: revert 48a0592a4 and use %copy instead
Ref.: https://github.com/open-watcom/open-watcom-v2/issues/1281.
Ozkan Sezer 48a0592a45 test, watcom makefile: change copy command to use a dos path separator
fixes copy failure with recent open watcom wmake changes. (Issue reported
mainstream as https://github.com/open-watcom/open-watcom-v2/issues/1281)
Sam Lantinga 0bd58cd727 Fixed Watcom build
(cherry picked from commit bb30a35364)
Ozkan Sezer 5773c347d5 test/watcom.mif: disable W201 warning for testautomation_stdlib.c.
Ozkan Sezer 3ac69c6210 test/watcom.mif: remove a stale rule.
Ivan Mogilko d9559ce1d4 Added subsystem refcount tests to testautomation
Ozkan Sezer c833294817 tests, watcom: silence lots of W202 warnings from new vulkan headers.
Sam Lantinga 7e2a996958 Added a virtual joystick automated test
Useful to verify 4fa2653394 on a big-endian system
Cameron Cawley 0a600b1df4
Merge testguid into testautomation ()
Pierre Wendling d9ff6380ae Test: Add math test suite to Watcom Makefile.
Christoph Reichenbach 3a20274ddf Refactoring: move GUID operations out of Joystick
- SDL_JoystickGUID -> SDL_GUID (though we retain a type alias)
- Operations for GUID <-> String ops are now in
  src/SDL_guid.c and include/SDL_guid.h
- The corresponding Joystick operations delegate to SDL_guid.c
- Added test/testguid.c
Cameron Cawley aa51a9791a Run tests with OpenWatcom on CI
Cameron Cawley 9dfa000bc0 Initial support for building for Windows with OpenWatcom
Cameron Cawley 5ef36ead08 Add some missing tests to Watcom builds
Cameron Cawley 3066873126 Split the common code in test/Makefile.os2 into a separate file