Hi
Consider:
 
File all-tetst.rkt
#lang scheme
(require "test-a.rkt") 
(require "test-b.rkt") 
(require "test-c.rkt") 
(require "test-d.rkt")
...
(require "test-z.rkt")
 
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?
 
Thanks, Jos
 
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to