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
Attila Lendvai
cl-bench
Commits
c249a2ec
Commit
c249a2ec
authored
May 14, 2016
by
Daniel Kochmański
Browse files
move messages.gz to the misc directory
parent
9bc4be1b
Changes
3
Hide whitespace changes
Inline
Side-by-side
cl-bench.lisp
View file @
c249a2ec
...
...
@@ -11,9 +11,11 @@
(
let
((
root-dir
(
asdf:system-source-directory
'
#:cl-bench
)))
(
setf
(
logical-pathname-translations
"bench"
)
`
((
"root;*.*"
,
root-dir
)
(
"test;*.*"
,
(
merge-pathnames
"files/"
root-dir
))
(
"result;*.*"
,
(
merge-pathnames
"output/"
root-dir
)))))
`
((
"root;*.*.*"
,
root-dir
)
(
"test;*.*.*"
,
(
merge-pathnames
"files/"
root-dir
))
(
"misc;*.*.*"
,
(
merge-pathnames
"misc/"
root-dir
))
(
"result;*.*.*"
,
(
merge-pathnames
"output/"
root-dir
))
(
"**;*.*.*"
,
(
merge-pathnames
"**/"
root-dir
)))))
;;; This is disabled after the consultation with the ABCL maintainer
...
...
files/deflate.lisp
View file @
c249a2ec
...
...
@@ -292,7 +292,7 @@
(
defun
run-deflate-file
()
(
test-deflate-file
"bench:
test
;message.gz"
))
(
test-deflate-file
"bench:
misc
;message.gz"
))
;; EOF
files
/message.gz
→
misc
/message.gz
View file @
c249a2ec
File moved
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