<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.7600.16722"></HEAD>
<BODY>
<DIV><FONT size=2 face="Courier New"><SPAN
class=839283914-05042011>Hi</SPAN></FONT></DIV>
<DIV><FONT size=2 face="Courier New"><SPAN
class=839283914-05042011>Consider:</SPAN></FONT></DIV>
<DIV><FONT size=2 face="Courier New"><SPAN
class=839283914-05042011></SPAN></FONT> </DIV>
<DIV><FONT size=2 face="Courier New"><SPAN class=839283914-05042011>File
all-tetst.rkt</SPAN></FONT></DIV>
<DIV><FONT size=2 face="Courier New"><SPAN class=839283914-05042011>#lang
scheme</SPAN></FONT></DIV>
<DIV><SPAN class=839283914-05042011>
<DIV><SPAN class=839283914-05042011><FONT size=2 face="Courier New">(require
"test-a.rkt")</FONT>
<DIV><SPAN class=839283914-05042011><FONT size=2 face="Courier New">(require
"test-b.rkt")</FONT>
<DIV><SPAN class=839283914-05042011><FONT size=2 face="Courier New">(require
"test-c.rkt")</FONT>
<DIV><FONT size=2 face="Courier New"><SPAN class=839283914-05042011>(require
"test-d.rkt")</SPAN></FONT></DIV>
<DIV><SPAN class=839283914-05042011><FONT size=2
face="Courier New">...</FONT></DIV>
<DIV><FONT size=2 face="Courier New"><SPAN class=839283914-05042011>(require
"test-z.rkt")</SPAN></FONT></DIV>
<DIV><FONT size=2 face="Courier New"><SPAN
class=839283914-05042011></SPAN></FONT> </DIV>
<DIV><FONT size=2 face="Courier New"><SPAN class=839283914-05042011>It appears
that the tests are done in reverse order, id est from z to a in stead from a to
z. Not really a problem for me, but it could be for modules that produce side
effects (for example, one writing a file, the other one reading it) I wonder: is
there a specific reason for the reversed invokations of the required modules? Or
should I use another manner for running the tests in a specific
order?</SPAN></FONT></DIV>
<DIV><FONT size=2 face="Courier New"><SPAN
class=839283914-05042011></SPAN></FONT> </DIV>
<DIV><FONT size=2 face="Courier New"><SPAN class=839283914-05042011>Thanks,
Jos</SPAN></FONT></DIV>
<DIV><FONT size=2 face="Courier New"><SPAN
class=839283914-05042011></SPAN></FONT> </DIV></SPAN></SPAN></DIV></SPAN></DIV></SPAN></DIV></SPAN></DIV></BODY></HTML>