source: git/Tst/Manual/system.tst @ 6fb723

spielwiese
Last change on this file since 6fb723 was 42ea852, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Further incompatibilities with master! chg: Update 14.Jan.2013 (Tests regeneration/update due to master...) TODO: still missing commits from [master] (Interpreter...10912c588c406e6aab9dd2342c3d0c200096cb22 4b8a660ce83e9c109ec9eae1f413ab721fea2fd4)
  • Property mode set to 100644
File size: 521 bytes
Line 
1LIB "tst.lib"; tst_init(); tst_ignore("// --cntrlc"); tst_ignore("// --cpus"); tst_ignore("// --MP");
2// report value of all options
3system("--");
4// set minimal display time to 0.02 seconds
5system("--min-time", "0.02");
6// set timer resolution to 0.01 seconds
7system("--ticks-per-sec", 100);
8// re-seed random number generator
9system("--random", 12345678);
10// allow netscape to access HTML pages from the net
11system("--allow-net", 1);
12// and set help browser to netscape
13system("--browser", "netscape");
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.