Megatest

Diff
Login

Differences From Artifact [273f12e5d2]:

To Artifact [4c1495ca70]:


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
64
65
66
67
68
69
(declare (uses servermod))
(declare (uses fsmod))

(use srfi-69)

(module megatestmod
	(

	db:set-tests-state-status
	db:set-state-status-and-roll-up-items
	common:get-install-area
	tests:get-all
	common:use-cache?

	mt:lazy-read-test-config
	common:get-full-test-name
	tests:extend-test-patts
	tests:get-itemmaps
	tests:get-items
	tests:get-global-waitons
	tests:get-tests-search-path
	tests:filter-test-names
	common:args-get-testpatt
	tests:filter-test-names-not-matched
	common:args-get-runname
	common:load-views-config
	)

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







>
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
|
|
|







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
64
65
66
67
68
69
70
(declare (uses servermod))
(declare (uses fsmod))

(use srfi-69)

(module megatestmod
	(
	 common:get-disks
	 db:set-tests-state-status
	 db:set-state-status-and-roll-up-items
	 common:get-install-area
	 tests:get-all
	 common:use-cache?

	 mt:lazy-read-test-config
	 common:get-full-test-name
	 tests:extend-test-patts
	 tests:get-itemmaps
	 tests:get-items
	 tests:get-global-waitons
	 tests:get-tests-search-path
	 tests:filter-test-names
	 common:args-get-testpatt
	 tests:filter-test-names-not-matched
	 common:args-get-runname
	 common:load-views-config
	 )

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