source: git/Tst/Manual/xdvi.tst @ ef52d6

spielwiese
Last change on this file since ef52d6 was ef52d6, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Update testsuite wrt current master (320c4f5e64cad778b4ada9556a9b0a6c71cab83a) NOTE: some wrong/bad tests were removed... TODO: add the reset of these updates after updating LIB/
  • Property mode set to 100644
File size: 351 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "latex.lib";
3intmat m[3][4] = 9,2,4,5,2,5,-2,4,-6,10,-1,2,7;
4opentex("exp001");
5texobj("exp001","An intmat:  ",m);
6closetex("exp001");
7tst_ignore("pdfTeX");
8tst_ignore("Babel");
9tst_ignore("LaTeX");
10tst_ignore("pdftex");
11tst_ignore("latex");
12tex("exp001");
13// xdvi("exp001");
14system("sh","rm exp001.*");
15tst_status(1);$
Note: See TracBrowser for help on using the repository browser.