From 5107390fe297dbc4ee843cf92d9e2fb91000a694 Mon Sep 17 00:00:00 2001 From: chetz Date: Tue, 10 Aug 2004 11:47:15 +0000 Subject: [PATCH] added intefaces for new test-files --- scsh/test/test-packages.scm | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/scsh/test/test-packages.scm b/scsh/test/test-packages.scm index 8d202c4..3fd11e7 100644 --- a/scsh/test/test-packages.scm +++ b/scsh/test/test-packages.scm @@ -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)) - -