[functional tests] Remove dependency on the ThunderChez library.
I've just moved the relevant code into the functional-tests dir.
This commit is contained in:
11
functional-tests/srfi/private/include/compat.chezscheme.sls
Normal file
11
functional-tests/srfi/private/include/compat.chezscheme.sls
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
(library (srfi private include compat)
|
||||
|
||||
(export search-paths)
|
||||
|
||||
(import (chezscheme))
|
||||
|
||||
(define (search-paths)
|
||||
(map car (library-directories)))
|
||||
|
||||
)
|
||||
Reference in New Issue
Block a user