diff test/automated/Makefile @ 4451:033c455bbe99

Refactored automated rwops tests so read and write directories can be more easily customized. The refactored tests were written in recognition that Mac and iPhone current working directories are usually not going to work. Resource directories are in bundles and write directories are restricted to certain areas. In theory, other platforms may have this problem too, hence the refactoring. Also updated the Xcode iPhone project to use 3.2 as the Base SDK, but 3.1 as the Deployment SDK (for iPhone/iPad compatibility.)
author Eric Wing <ewing . public |-at-| gmail . com>
date Sun, 09 May 2010 06:58:30 -0700
parents f638ded38b8a
children 3e4086b3bcd2
line wrap: on
line diff
--- a/test/automated/Makefile	Sat May 08 08:23:46 2010 -0700
+++ b/test/automated/Makefile	Sun May 09 06:58:30 2010 -0700
@@ -10,6 +10,7 @@
 SRC         	:= testsdl.c \
 						platform/platform.c \
 						rwops/rwops.c \
+						rwops/TestSupportRWops.c \
 						rect/rect.c \
 						surface/surface.c \
 						render/render.c \