Megatest

Diff
Login

Differences From Artifact [381a26e6c2]:

To Artifact [1d99e1d940]:


37
38
39
40
41
42
43









44




45
46
47
48
49
50
51
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52

53
54
55
56
57
58
59
60
61
62
63







+
+
+
+
+
+
+
+
+
-
+
+
+
+







(declare (uses pgdb))
(declare (uses mtmod))
(declare (uses megatestmod))

(use srfi-69)

(module tasksmod
	(
	 configf:write-alist
	 common:simple-unlock
	 common:simple-lock
	 tests:test-set-status!
	 common:get-launcher
	 tasks:kill-runner
	 tests:get-testconfig
	 tests:get-waitons
	*

	 tests:get-test-path-from-environment

	 )

(import scheme)
(cond-expand
 (chicken-4
  
  (import chicken
	  ports