Add crc32 and md5 to test lib
This commit is contained in:
parent
556c764047
commit
7daed4ab7b
6 changed files with 775 additions and 13 deletions
|
@ -20,20 +20,22 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* \file SDLTest.h
|
||||
* \file SDL_test.h
|
||||
*
|
||||
* Include file for SDL test framework.
|
||||
*
|
||||
* This code is a part of the SDL2_test library, not the main SDL library.
|
||||
*/
|
||||
|
||||
#ifndef _SDLTest_h
|
||||
#define _SDLTest_h
|
||||
#ifndef _SDL_test_h
|
||||
#define _SDL_test_h
|
||||
|
||||
#include "SDL.h"
|
||||
#include "SDL_test_font.h"
|
||||
#include "SDL_test_random.h"
|
||||
#include "SDL_test_fuzzer.h"
|
||||
#include "SDL_test_crc32.h"
|
||||
#include "SDL_test_md5.h"
|
||||
|
||||
#include "begin_code.h"
|
||||
/* Set up for C function definitions, even when using C++ */
|
||||
|
@ -55,6 +57,6 @@ extern "C" {
|
|||
#endif
|
||||
#include "close_code.h"
|
||||
|
||||
#endif /* _SDLTest_h */
|
||||
#endif /* _SDL_test_h */
|
||||
|
||||
/* vi: set ts=4 sw=4 expandtab: */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue