Skip to content
Snippets Groups Projects
Commit 339d83cb authored by pfdietz's avatar pfdietz
Browse files

Load character, misc tests via load-*.lsp files

parent 517a95e4
No related branches found
No related tags found
No related merge requests found
...@@ -47,10 +47,7 @@ ...@@ -47,10 +47,7 @@
(load "load-strings.lsp") (load "load-strings.lsp")
;;; Tests for character functions ;;; Tests for character functions
(compile-and-load "char-aux.lsp") (load "load-characters.lsp")
(load "character.lsp")
(load "char-compare.lsp")
(load "name-char.lsp")
;;; Tests of pathnames ;;; Tests of pathnames
(load "load-pathnames.lsp") (load "load-pathnames.lsp")
...@@ -75,8 +72,4 @@ ...@@ -75,8 +72,4 @@
;;; Miscellaneous tests, mostly tests that failed in random testing ;;; Miscellaneous tests, mostly tests that failed in random testing
;;; on various implementations ;;; on various implementations
(load "misc.lsp") (load "load-misc.lsp")
;;; Misc. tests dealing with type propagation in CMUCL
(load "misc-cmucl-type-prop.lsp")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment