01-kitchen_sink_viz_NONE.mdl 752 B

1234567891011121314151617181920212223
  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 explicitly requests no viz output.
  10. *
  11. * Author: Jed Wing <[email protected]>
  12. * Date: 2008-04-04
  13. ****************************************************************************/
  14. basename = "01-kitchen_sink_viz_NONE"
  15. INCLUDE_FILE = "defaults.mdl"
  16. INCLUDE_FILE = "common.mdl"
  17. VIZ_DATA_OUTPUT
  18. {
  19. MODE = NONE
  20. }