From 339d83cbab8c6802f7d485bd5b460ba87acde0fd Mon Sep 17 00:00:00 2001 From: pfdietz <pfdietz@localhost> Date: Fri, 24 Jun 2005 14:13:59 +0000 Subject: [PATCH] Load character, misc tests via load-*.lsp files --- ansi-tests/gclload2.lsp | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/ansi-tests/gclload2.lsp b/ansi-tests/gclload2.lsp index f6f31666..5e86ecbe 100644 --- a/ansi-tests/gclload2.lsp +++ b/ansi-tests/gclload2.lsp @@ -47,10 +47,7 @@ (load "load-strings.lsp") ;;; Tests for character functions -(compile-and-load "char-aux.lsp") -(load "character.lsp") -(load "char-compare.lsp") -(load "name-char.lsp") +(load "load-characters.lsp") ;;; Tests of pathnames (load "load-pathnames.lsp") @@ -75,8 +72,4 @@ ;;; Miscellaneous tests, mostly tests that failed in random testing ;;; on various implementations -(load "misc.lsp") - -;;; Misc. tests dealing with type propagation in CMUCL -(load "misc-cmucl-type-prop.lsp") - +(load "load-misc.lsp") -- GitLab