Add log, assert and harness (partial) to test lib

This commit is contained in:
Andreas Schiffler 2012-11-30 23:25:34 -08:00
parent 6ac6dd737a
commit a8af7eca89
9 changed files with 621 additions and 3 deletions

View file

@ -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++ */