source: git/Tst/Short/resources_s.tst @ f5d2647

spielwiese
Last change on this file since f5d2647 was 0d845f7, checked in by Andreas Steenpass <steenpass@…>, 10 years ago
chg: add/update tests for resources.lib, tasks.lib, and parallel.lib (cherry picked from commit 2d84bafbea754424246bd96a138b4e45710589df) Signed-off-by: Andreas Steenpass <steenpass@mathematik.uni-kl.de>
  • Property mode set to 100644
File size: 168 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4LIB "resources.lib";
5
6setcores(4);
7getcores();
8addcores(-2);
9getcores();
10addcores(2);
11getcores();
12setcores(1);
13getcores();
14
15tst_status(1);$
Note: See TracBrowser for help on using the repository browser.