1234567891011121314151617181920212223 |
- /****************************************************************************
- * Test 01: Nearly every parser option.
- *
- * A mostly non-sensical test which simply exercises the parser checking for
- * anomalous behavior. This test should not provoke any errors, provided
- * that counting-5.txt does not exist in its reaction output directory.
- * (This is to test the "no overwrite" output mode for counting.)
- *
- * This variant explicitly requests no viz output.
- *
- * Author: Jed Wing <[email protected]>
- * Date: 2008-04-04
- ****************************************************************************/
- basename = "01-kitchen_sink_viz_NONE"
- INCLUDE_FILE = "defaults.mdl"
- INCLUDE_FILE = "common.mdl"
- VIZ_DATA_OUTPUT
- {
- MODE = NONE
- }
|