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