Skip to content

MatrixCustomizationUnitTesting

EmilyBender edited this page Jun 26, 2008 · 13 revisions

Notes on unit testing system for parallel customization system developed (begun on SEA-STL flight 6/15/08).

Directory structure:

unit-tests/             
        run-unit-tests.sh
        add-unit-test.sh
        update-gold-standard.sh
        unit-test-Index
        choices/
        txt-suites/
        skeletons/      [tsdb skeletons]
                Index.lisp
        home/           [tsdb home]
                gold/
                current/        [local, not under cvs]  
        grammars/       [local, not under cvs]
        logs/           [local, not under cvs]

Notes

Everything in the subdirectories is placed there by the scripts and named by the scripts.

Language name in choices file used as the basis of the naming. We need a convention for them 🙂

Clone this wiki locally