98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
|
runsmod
testsmod
vgmod
dcommon
)
(include "common_records.scm")
;; (include "db_records.scm")
(include "run_records.scm")
(include "task_records.scm")
;; (include "megatest-version.scm")
(include "megatest-fossil-hash.scm")
;; set some parameters here - these need to be put in something that can be loaded from other
;; executables such as dashboard and mtutil
;;
(include "dashboard-transport-mode.scm")
(dbfile:db-init-proc db:initialize-main-db)
|
<
<
<
|
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
|
runsmod
testsmod
vgmod
dcommon
)
(include "common_records.scm")
(include "run_records.scm")
(include "megatest-fossil-hash.scm")
;; set some parameters here - these need to be put in something that can be loaded from other
;; executables such as dashboard and mtutil
;;
(include "dashboard-transport-mode.scm")
(dbfile:db-init-proc db:initialize-main-db)
|