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

restruct: move reader tests to separate directory

parent 4ff25101
No related branches found
No related tags found
No related merge requests found
Showing with 16 additions and 16 deletions
...@@ -5,20 +5,20 @@ ...@@ -5,20 +5,20 @@
(in-package :cl-test) (in-package :cl-test)
(load "reader-test.lsp") (load "reader/reader-test.lsp")
(load "with-standard-io-syntax.lsp") (load "reader/with-standard-io-syntax.lsp")
(load "copy-readtable.lsp") (load "reader/copy-readtable.lsp")
(load "read.lsp") (load "reader/read.lsp")
(load "read-preserving-whitespace.lsp") (load "reader/read-preserving-whitespace.lsp")
(load "read-delimited-list.lsp") (load "reader/read-delimited-list.lsp")
(load "read-from-string.lsp") (load "reader/read-from-string.lsp")
(load "readtable-case.lsp") (load "reader/readtable-case.lsp")
(load "readtablep.lsp") (load "reader/readtablep.lsp")
(load "get-macro-character.lsp") (load "reader/get-macro-character.lsp")
(load "set-macro-character.lsp") (load "reader/set-macro-character.lsp")
(load "read-suppress.lsp") (load "reader/read-suppress.lsp")
(load "set-syntax-from-char.lsp") (load "reader/set-syntax-from-char.lsp")
(load "dispatch-macro-characters.lsp") (load "reader/dispatch-macro-characters.lsp")
(load "syntax.lsp") (load "reader/syntax.lsp")
(load "syntax-tokens.lsp") (load "reader/syntax-tokens.lsp")
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
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