84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
srfi-98
srfi-69
;; local modules
mutils
csv-xml
ducttape-lib
)
;; (include "common.scm")
(include "megatest-version.scm")
;; fake out readline usage of toplevel-command
(define (toplevel-command . a) #f)
|
|
|
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
srfi-98
srfi-69
;; local modules
mutils
csv-xml
ducttape-lib
hostinfo
)
;; (include "common.scm")
(include "megatest-version.scm")
;; fake out readline usage of toplevel-command
(define (toplevel-command . a) #f)
|