39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
configfmod
rmtmod
megatestmod)
;; make mt: calls in megatestmod work
;; (read-config-set! read-config)
(include "common_records.scm")
;; (include "key_records.scm")
;; (include "db_records.scm")
(include "run_records.scm")
;; (include "test_records.scm")
;; This is the Megatest API. All generally "useful" routines will be wrapped or extended
;; here.
|
|
|
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
configfmod
rmtmod
megatestmod)
;; make mt: calls in megatestmod work
;; (read-config-set! read-config)
;; (include "common_records.scm")
;; (include "key_records.scm")
;; (include "db_records.scm")
(include "run_records.scm")
;; (include "test_records.scm")
;; This is the Megatest API. All generally "useful" routines will be wrapped or extended
;; here.
|