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:
parent
4540a8a1b9
commit
d6d8dec05e
7 changed files with 137 additions and 83 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue