Add tests to SDLtest suite

This commit is contained in:
Andreas Schiffler 2013-02-13 23:10:29 -08:00
parent db07aa4faf
commit edbd20ec34
2 changed files with 229 additions and 2 deletions

View file

@ -323,7 +323,10 @@ Sint64 SDLTest_RandomSint64BoundaryValue(Sint64 boundary1, Sint64 boundary2, SDL
* If Max in smaller tham min, then the values are swapped.
* Min and max are the same value, that value will be returned.
*
* \returns Generated integer
* \param min Minimum inclusive value of returned random number
* \param max Maximum inclusive value of returned random number
*
* \returns Generated random integer in range
*/
Sint32 SDLTest_RandomIntegerInRange(Sint32 min, Sint32 max);