Typically the tests are run in directory listing order. But they each can run independently.
Since most primitives are independent of each other, I don't think a case could be made for a different system of ordering. Thanks, -- Raul On Thu, Dec 14, 2017 at 6:27 AM, TongKe Xue <[email protected]> wrote: > Hi, > > > I am writing a mini-J interpreter. > > Lexer appears to work fine. Dyad execution appears to be working (with > rank, frame, cell, padding, implemented.) > > Is there any order to > https://github.com/jsoftware/jsource/tree/master/test ? > > I'm looking for a resource where it is an ever increasing list of > "slightly more difficult unit tests" -- where writing an interpreter > becomes a game of passing ever more unit tests -- TDD-ing a J interpreter > so to speak. > > What is the easiest way I can turn > https://github.com/jsoftware/jsource/tree/master/test into a resource like > that? > > > --TongKe > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
