12345678910111213141516171819202122232425 |
- /****************************************************************************
- * 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 should produce no viz output, and no notifications.
- *
- * Author: Jed Wing <[email protected]>
- * Date: 2008-04-17
- ****************************************************************************/
- basename = "01-kitchen_sink_silent"
- INCLUDE_FILE = "defaults.mdl"
- i_parameters = "valid/parameters-fully_random.mdl"
- i_notify = "valid/notifications_off.mdl"
- i_warn = "valid/warnings_off.mdl"
- i_singlemols = "valid/single_molecules_silent.mdl"
- i_io = "valid/io_silent.mdl"
- vo_ivox = 1
- INCLUDE_FILE = "common.mdl"
|