source: git/Tst/Manual/system.tst

spielwiese
Last change on this file was 02b27f, checked in by Hans Schoenemann <hannes@…>, 5 weeks ago
more tests
  • Property mode set to 100644
File size: 525 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-www");
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.