--- a/test/Makefile.in Tue Aug 20 15:28:14 2013 -0400
+++ b/test/Makefile.in Tue Aug 20 19:57:11 2013 -0400
@@ -36,6 +36,7 @@
testoverlay2$(EXE) \
testplatform$(EXE) \
testpower$(EXE) \
+ testfilesystem$(EXE) \
testrendertarget$(EXE) \
testresample$(EXE) \
testscale$(EXE) \
@@ -180,6 +181,9 @@
testpower$(EXE): $(srcdir)/testpower.c
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)
+testfilesystem$(EXE): $(srcdir)/testfilesystem.c
+ $(CC) -o $@ $^ $(CFLAGS) $(LIBS)
+
testrendertarget$(EXE): $(srcdir)/testrendertarget.c
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)