Mercurial > sdl-ios-xcode
comparison test/automated/Makefile @ 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 | 427f059bc814 |
comparison
equal
deleted
inserted
replaced
3741:808fad5fb593 | 3742:2b000dd830e8 |
---|---|
22 | 22 |
23 | 23 |
24 all: $(TESTS_ALL) | 24 all: $(TESTS_ALL) |
25 | 25 |
26 test: all | 26 test: all |
27 @./rwops/rwops | 27 @./testsdl |
28 @./platform/platform | |
29 @./surface/surface | |
30 @./render/render | |
31 | 28 |
32 testsdl: $(SRC) $(COMMON_SRC) | 29 testsdl: $(SRC) $(COMMON_SRC) |
33 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(SRC) $(COMMON_SRC) | 30 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(SRC) $(COMMON_SRC) |
34 | 31 |
35 rwops/rwops: rwops/rwops.c $(COMMON_INCLUDE) $(COMMON_SRC) | 32 rwops/rwops: rwops/rwops.c $(COMMON_INCLUDE) $(COMMON_SRC) |