added intefaces for new test-files

This commit is contained in:
chetz 2004-08-10 11:47:15 +00:00
parent c7d103da99
commit 5107390fe2
1 changed files with 25 additions and 2 deletions

View File

@ -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))