Skip to content
Snippets Groups Projects
Commit c479d62d authored by Daniel Kochmański's avatar Daniel Kochmański
Browse files

restruct: move characters tests to separate directory

parent 7f70f2ff
No related branches found
No related tags found
No related merge requests found
File moved
File moved
File moved
...@@ -6,6 +6,6 @@ ...@@ -6,6 +6,6 @@
(in-package :cl-test) (in-package :cl-test)
(compile-and-load "char-aux.lsp") (compile-and-load "char-aux.lsp")
(load "character.lsp") (load "characters/character.lsp")
(load "char-compare.lsp") (load "characters/char-compare.lsp")
(load "name-char.lsp") (load "characters/name-char.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