Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ansi-test
cl-bench
Commits
579fb725
Commit
579fb725
authored
May 16, 2016
by
Daniel Kochmański
Browse files
asd: add (disabled) system
parent
04b50a6c
Pipeline
#94
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cl-bench.asd
View file @
579fb725
...
...
@@ -25,3 +25,17 @@
(
:file
"richards"
)
(
:file
"misc"
)))
(
:file
"tests"
)))
#+
(
or
)
(
asdf:defsystem
#:cl-bench/report
:description
"cl-bench reporting facilities"
:author
"Eric Marsden"
:maintainer
"Daniel 'jackdaniel' Kochmański"
:license
"Public Domain"
:depends-on
(
#:cl-bench
)
:serial
t
:components
(
:module
"report"
:compoentnts
(
:file
"report"
)
(
:file
"graph-report"
)
(
:file
"pdf-report"
)))
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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