added intefaces for new test-files
This commit is contained in:
parent
c7d103da99
commit
5107390fe2
|
@ -70,6 +70,31 @@
|
|||
test-base)
|
||||
(files strings-and-chars-test))
|
||||
|
||||
(define-structure awk-test (export)
|
||||
(open scheme-with-scsh
|
||||
test-base)
|
||||
(files awk-test))
|
||||
|
||||
(define-structure time-test (export)
|
||||
(open scheme-with-scsh
|
||||
test-base)
|
||||
(files time-procedur-calls))
|
||||
|
||||
(define-structure file-name-maniplation-test (export)
|
||||
(open scheme-with-scsh
|
||||
test-base)
|
||||
(files file-name-maniplation-test))
|
||||
|
||||
(define-structure pattern-matching-test (export)
|
||||
(open scheme-with-scsh
|
||||
test-base)
|
||||
(files pattern-matching-test))
|
||||
|
||||
(define-structure read-delimited-strings-test (export)
|
||||
(open scheme-with-scsh
|
||||
test-base)
|
||||
(files read-delimited-strings-test))
|
||||
|
||||
(define-structure test-all
|
||||
(export test-all)
|
||||
(open scheme
|
||||
|
@ -80,5 +105,3 @@
|
|||
file-system-test
|
||||
strings-and-chars-test))
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue