The Test Directory
******************

The Test Suites
---------------

a1-*.dtx? - procedural interpreter test suites
c1-*.dtx? - imperative interpreter test suites
e4-*.dtx? - expression evaluator test suites
lx-*.dtx? - aime library test suites
wc-*.dtx? - wild card matcher test suites

??-*.dtx0 - multi liner tests
??-*.dtx1 - one liner tests

The Test Runners
----------------

keep?-? - run tests displaying status for each test
list?-? - run tests displaying failed tests
quit?-? - run tests until one test fails
test?-? - run tests until one test fails, displaying status for each test

????0-? - run multi liner tests
????1-? - run one liner tests

?????-1 - run one test suite
?????-2 - run multiple test suites

test1.a and test1-a are aime (and faster) equivalents of test1-2.  they both
use the installed aime interpreter.

Examples
--------

sh dtx/test1-1 dtx/e4-070916cc.dtx1
    runs the e4-070916cc.dtx1 one liners test suite
sh dtx/test1-2 dtx/e4-*.dtx1
    runs all expression evaluator one liners test suites
