Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Karsten Poeck
ansi-test
Commits
4ff25101
Commit
4ff25101
authored
Aug 31, 2015
by
Daniel Kochmański
Browse files
restruct: move pathname tests to separate directory
Signed-off-by:
Daniel Kochmański
<
daniel@turtleware.eu
>
parent
c708189e
Changes
24
Show whitespace changes
Inline
Side-by-side
load-pathnames.lsp
View file @
4ff25101
...
...
@@ -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")
directory-namestring.lsp
→
pathnames/
directory-namestring.lsp
View file @
4ff25101
File moved
enough-namestring.lsp
→
pathnames/
enough-namestring.lsp
View file @
4ff25101
File moved
file-namestring.lsp
→
pathnames/
file-namestring.lsp
View file @
4ff25101
File moved
host-namestring.lsp
→
pathnames/
host-namestring.lsp
View file @
4ff25101
File moved
load-logical-pathname-translations.lsp
→
pathnames/
load-logical-pathname-translations.lsp
View file @
4ff25101
File moved
logical-pathname-translations.lsp
→
pathnames/
logical-pathname-translations.lsp
View file @
4ff25101
File moved
logical-pathname.lsp
→
pathnames/
logical-pathname.lsp
View file @
4ff25101
File moved
make-pathname.lsp
→
pathnames/
make-pathname.lsp
View file @
4ff25101
File moved
merge-pathnames.lsp
→
pathnames/
merge-pathnames.lsp
View file @
4ff25101
File moved
namestring.lsp
→
pathnames/
namestring.lsp
View file @
4ff25101
File moved
parse-namestring.lsp
→
pathnames/
parse-namestring.lsp
View file @
4ff25101
File moved
pathname-device.lsp
→
pathnames/
pathname-device.lsp
View file @
4ff25101
File moved
pathname-directory.lsp
→
pathnames/
pathname-directory.lsp
View file @
4ff25101
File moved
pathname-host.lsp
→
pathnames/
pathname-host.lsp
View file @
4ff25101
File moved
pathname-match-p.lsp
→
pathnames/
pathname-match-p.lsp
View file @
4ff25101
File moved
pathname-name.lsp
→
pathnames/
pathname-name.lsp
View file @
4ff25101
File moved
pathname-type.lsp
→
pathnames/
pathname-type.lsp
View file @
4ff25101
File moved
pathname-version.lsp
→
pathnames/
pathname-version.lsp
View file @
4ff25101
File moved
pathname.lsp
→
pathnames/
pathname.lsp
View file @
4ff25101
File moved
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment