Mercurial > sdl-ios-xcode
diff test/automated/Makefile @ 3728:97e9704fc267 gsoc2009_unit_tests
Using common infrastructure.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Sat, 11 Jul 2009 19:21:48 +0000 |
parents | d8772964e402 |
children | dafd796f0c95 |
line wrap: on
line diff
--- a/test/automated/Makefile Sat Jul 11 19:08:06 2009 +0000 +++ b/test/automated/Makefile Sat Jul 11 19:21:48 2009 +0000 @@ -1,13 +1,13 @@ -CFLAGS := -W -Wall -Wextra -I. `sdl-config --cflags` +CFLAGS := -W -Wall -Wextra -g -I. `sdl-config --cflags` LDFLAGS := `sdl-config --libs` # If it doesn't pick up defaults #CFLAGS := -I. -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/local/include/SDL #LDFLAGS := -lm -ldl -lesd -lpthread -COMMON_SRC := SDL_at.c /usr/local/lib/libSDL.a +COMMON_SRC := SDL_at.c common/common.c COMMON_INCLUDE := SDL_at.h TESTS_ALL := rwops/rwops surface/surface