Refactoring the massive main() to smaller functions.

--HG--
rename : test/test-automation/tests/asserts.c => test/test-automation/tests/SDL_test.c
rename : test/test-automation/tests/asserts.h => test/test-automation/tests/SDL_test.h
This commit is contained in:
Markus Kauppila 2011-05-26 18:38:56 +03:00
parent 4540a8a1b9
commit d6d8dec05e
7 changed files with 137 additions and 83 deletions

View file

@ -26,6 +26,9 @@ AC_CHECK_HEADERS([stdlib.h unistd.h])
# Checks for typedefs, structures, and compiler characteristics.
# without this debugging information will be stripped (at least on OS X)
CFLAGS="-g"
# Checks for library functions.
AC_FUNC_FORK