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

restruct: move pathname tests to separate directory

parent c708189e
Branches
No related tags found
No related merge requests found
Showing
with 23 additions and 23 deletions
......@@ -7,30 +7,30 @@
(compile-and-load "pathnames-aux.lsp")
(load "pathnames.lsp")
(load "pathname.lsp")
(load "pathnamep.lsp")
(load "make-pathname.lsp")
(load "pathname-host.lsp")
(load "pathname-device.lsp")
(load "pathname-directory.lsp")
(load "pathname-name.lsp")
(load "pathname-type.lsp")
(load "pathname-version.lsp")
(load "pathnames/pathnames.lsp")
(load "pathnames/pathname.lsp")
(load "pathnames/pathnamep.lsp")
(load "pathnames/make-pathname.lsp")
(load "pathnames/pathname-host.lsp")
(load "pathnames/pathname-device.lsp")
(load "pathnames/pathname-directory.lsp")
(load "pathnames/pathname-name.lsp")
(load "pathnames/pathname-type.lsp")
(load "pathnames/pathname-version.lsp")
(load "load-logical-pathname-translations.lsp")
(load "logical-pathname.lsp")
(load "logical-pathname-translations.lsp")
(load "translate-logical-pathname.lsp")
(load "pathnames/load-logical-pathname-translations.lsp")
(load "pathnames/logical-pathname.lsp")
(load "pathnames/logical-pathname-translations.lsp")
(load "pathnames/translate-logical-pathname.lsp")
(load "namestring.lsp")
(load "file-namestring.lsp")
(load "directory-namestring.lsp")
(load "host-namestring.lsp")
(load "enough-namestring.lsp")
(load "pathnames/namestring.lsp")
(load "pathnames/file-namestring.lsp")
(load "pathnames/directory-namestring.lsp")
(load "pathnames/host-namestring.lsp")
(load "pathnames/enough-namestring.lsp")
(load "wild-pathname-p.lsp")
(load "merge-pathnames.lsp")
(load "pathname-match-p.lsp")
(load "pathnames/wild-pathname-p.lsp")
(load "pathnames/merge-pathnames.lsp")
(load "pathnames/pathname-match-p.lsp")
(load "parse-namestring.lsp")
\ No newline at end of file
(load "pathnames/parse-namestring.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
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment