Add log, assert and harness (partial) to test lib
This commit is contained in:
parent
6ac6dd737a
commit
a8af7eca89
9 changed files with 621 additions and 3 deletions
|
@ -36,6 +36,9 @@
|
|||
#include "SDL_test_fuzzer.h"
|
||||
#include "SDL_test_crc32.h"
|
||||
#include "SDL_test_md5.h"
|
||||
#include "SDL_test_log.h"
|
||||
#include "SDL_test_assert.h"
|
||||
#include "SDL_test_harness.h"
|
||||
|
||||
#include "begin_code.h"
|
||||
/* Set up for C function definitions, even when using C++ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue