7 Commits

Author SHA1 Message Date
Dmitry Marakasov
d8c5cfb56e Add test for Chunk and Music loading through RWops 2017-04-21 15:05:42 +03:00
Dmitry Marakasov
24482d85f6 Follow SDL2 include path conventions
Though these are broken and error prone, as they ignore the possibility
of conflicts between SDL, SDL2 and wrappers thereof discarding useful
include path prefix (SDL2/), since SDL and satellite libraries follow
these it's too hard to stay away.

So don't use prefixes for SDL include paths any longer.
2017-02-08 13:19:04 +03:00
Dmitry Marakasov
e37245b7e1 Test SDLMixer init
Some SDLMixer tests are muted: Mix_Init(0) doesn't really return mask of
initted sample/music loaders for me, despite the documentation says it
should. SDL_mixer bug?
2016-02-17 03:59:14 +03:00
Dmitry Marakasov
6da3e4e71f Use move tests for mixer 2016-02-03 01:39:51 +03:00
Dmitry Marakasov
2c7d6a9d19 Add tests for Mixer sound/music finished handlers 2016-01-29 01:57:30 +03:00
Dmitry Marakasov
0aede126fc Fix main() signatures to be compatible with SDL_main 2015-12-15 22:06:56 +03:00
Dmitry Marakasov
3953d77a9b Add mixer live test 2015-09-07 01:59:59 +03:00