jengelh-datetimespielwiese
Last change
on this file since 0d845f7 was
0d845f7,
checked in by Andreas Steenpass <steenpass@…>, 9 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 | |
---|
1 | LIB "tst.lib"; |
---|
2 | tst_init(); |
---|
3 | |
---|
4 | LIB "resources.lib"; |
---|
5 | |
---|
6 | setcores(4); |
---|
7 | getcores(); |
---|
8 | addcores(-2); |
---|
9 | getcores(); |
---|
10 | addcores(2); |
---|
11 | getcores(); |
---|
12 | setcores(1); |
---|
13 | getcores(); |
---|
14 | |
---|
15 | tst_status(1);$ |
---|
Note: See
TracBrowser
for help on using the repository browser.