Megatest

.mtutil.scm at [adda285a75]
Login

File .mtutil.scm artifact 487da879e0 part of check-in adda285a75



;; example of how to set up and write target mappers
;;
(define *target-mappers*
  `((prefix-contour . ,(lambda (target run-name area area-path reason contour mode-patt)
			 (conc contour "/" target)))))

;; (print "Yep, got here!")