38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
(declare (uses mtmod))
(declare (uses megatestmod))
(declare (uses tasksmod))
(use srfi-69)
(module subrunmod
*
(import scheme)
(cond-expand
(chicken-4
(import chicken
ports
|
<
>
>
>
>
>
>
>
>
>
>
|
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
(declare (uses mtmod))
(declare (uses megatestmod))
(declare (uses tasksmod))
(use srfi-69)
(module subrunmod
(
subrun:set-state-status
subrun:kill-subrun
subrun:get-log-path
subrun:remove-subrun
subrun:subrun-removed?
subrun:subrun-test-initialized?
subrun:launch-cmd
subrun:initialize-toprun-test
)
(import scheme)
(cond-expand
(chicken-4
(import chicken
ports
|