37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
;; (import configfmod)
(import megamod)
;; (declare (uses rmt))
(use ducttape-lib)
(include "megatest-fossil-hash.scm")
;; (require-library stml)
(use stml2)
;; stuff for the mapper and checker functions
;;
(define *target-mappers* (make-hash-table))
|
|
|
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
;; (import configfmod)
(import megamod)
;; (declare (uses rmt))
(use ducttape-lib)
;; (include "megatest-fossil-hash.scm") ;; comes from megamod
;; (require-library stml)
(use stml2)
;; stuff for the mapper and checker functions
;;
(define *target-mappers* (make-hash-table))
|