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
asdf
asdf
Commits
9b1342bb
Commit
9b1342bb
authored
Jul 15, 2009
by
Gary King
Browse files
fixed minor glitches in test result web page generation
parent
2e282d16
Changes
2
Hide whitespace changes
Inline
Side-by-side
GNUmakefile
View file @
9b1342bb
...
...
@@ -57,6 +57,6 @@ test-all: FORCE
make
test
lisp
=
$$
lisp
;
\
done
sbcl
--userinit
/dev/null
--sysinit
/dev/null
--load
bin/make-helper.lisp
\
--eval
"(write-test-pages)"
--eval
"(quit)"
--eval
"(write-test-
web-
pages)"
--eval
"(quit)"
FORCE
:
\ No newline at end of file
bin/make-helper.lisp
View file @
9b1342bb
...
...
@@ -267,13 +267,14 @@ None of %c, %F, %p, %x, %X, %Z, %z are implemented."
(
merge-pathnames
(
make-pathname
:name
"asdf"
:type
"lisp"
))
output
)))
(
defun
write-web-pages
()
(
let*
((
*default-pathname-defaults*
(
make-pathname
:name
nil
:type
nil
:defaults
*load-truename*
))
(
defun
write-test-web-pages
()
(
let*
((
*default-pathname-defaults*
(
make-pathname
:name
nil
:type
nil
:defaults
*load-truename*
))
(
source
(
merge-pathnames
(
make-pathname
:directory
'
(
:relative
"results"
))))
(
output
(
merge-pathnames
(
make-pathname
:directory
'
(
:relative
:back
"website"
"output"
)
:directory
'
(
:relative
"website"
"output"
)
:name
"test-results"
:type
"html"
))))
(
print
(
list
source
output
))
...
...
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