# HG changeset patch # User Edgar Simo # Date 1249249556 0 # Node ID 2b000dd830e8a36753169a3251945a4bb04cad15 # Parent 808fad5fb5935e5a26aca6c953fd95abc13196bd Run testsdl instead of the individual testcases. diff -r 808fad5fb593 -r 2b000dd830e8 test/automated/Makefile --- 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)