blob: 44c73d95fcef68a82c1bbd34549f16b296d38cb3 (
plain)
1
2
3
4
5
|
(define %library-dir
(lambda () (string-append (%package-data-dir) "/" (version))))
(chdir (string-append (%library-dir) "/ice-9"))
(define-module (ice-9 run-test) :use-module (ice-9 test))
|