01-kitchen_sink_silent.mdl 972 B

12345678910111213141516171819202122232425
  1. /****************************************************************************
  2. * Test 01: Nearly every parser option.
  3. *
  4. * A mostly non-sensical test which simply exercises the parser checking for
  5. * anomalous behavior. This test should not provoke any errors, provided
  6. * that counting-5.txt does not exist in its reaction output directory.
  7. * (This is to test the "no overwrite" output mode for counting.)
  8. *
  9. * This variant should produce no viz output, and no notifications.
  10. *
  11. * Author: Jed Wing <[email protected]>
  12. * Date: 2008-04-17
  13. ****************************************************************************/
  14. basename = "01-kitchen_sink_silent"
  15. INCLUDE_FILE = "defaults.mdl"
  16. i_parameters = "valid/parameters-fully_random.mdl"
  17. i_notify = "valid/notifications_off.mdl"
  18. i_warn = "valid/warnings_off.mdl"
  19. i_singlemols = "valid/single_molecules_silent.mdl"
  20. i_io = "valid/io_silent.mdl"
  21. vo_ivox = 1
  22. INCLUDE_FILE = "common.mdl"