Moved tests/SDL_test.{c,h}

--HG--
rename : test/test-automation/tests/SDL_test.c => test/test-automation/SDL_test.c
rename : test/test-automation/tests/SDL_test.h => test/test-automation/SDL_test.h
This commit is contained in:
Markus Kauppila 2011-05-30 21:57:04 +03:00
parent 5b6be642ea
commit 7fff64a11b
6 changed files with 7 additions and 4 deletions

View file

@ -25,7 +25,7 @@
#include <unistd.h>
#include <sys/types.h>
#include "tests/SDL_test.h"
#include "SDL_test.h"
//!< Function pointer to a test case function
typedef int (*TestCase)(void *arg);