Mercurial > sdl-ios-xcode
changeset 3742:2b000dd830e8 gsoc2009_unit_tests
Run testsdl instead of the individual testcases.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Sun, 02 Aug 2009 21:45:56 +0000 |
parents | 808fad5fb593 |
children | 848b5263ab05 |
files | test/automated/Makefile |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/test/automated/Makefile Sun Aug 02 18:58:03 2009 +0000 +++ b/test/automated/Makefile Sun Aug 02 21:45:56 2009 +0000 @@ -24,10 +24,7 @@ all: $(TESTS_ALL) test: all - @./rwops/rwops - @./platform/platform - @./surface/surface - @./render/render + @./testsdl testsdl: $(SRC) $(COMMON_SRC) $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(SRC) $(COMMON_SRC)