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
clpm
clpm
Commits
e0829817
Commit
e0829817
authored
Feb 21, 2021
by
Eric Timmons
Browse files
Add some missed testing deps
parent
fc940e9e
Changes
6
Hide whitespace changes
Inline
Side-by-side
.cl-source-registry.cache
View file @
e0829817
...
...
@@ -13,6 +13,7 @@
"ext/alexandria/alexandria.asd"
"ext/anaphora/anaphora.asd"
"ext/archive/archive.asd"
"ext/asdf-flv/net.didierverna.asdf-flv.asd"
"ext/asdf-release-ops/asdf-release-ops.asd"
"ext/asdf-system-groveler/asdf-system-groveler.asd"
"ext/babel/babel-streams.asd"
...
...
@@ -98,6 +99,7 @@
"ext/lparallel/lparallel-bench.asd"
"ext/lparallel/lparallel-test.asd"
"ext/lparallel/lparallel.asd"
"ext/md5/md5.asd"
"ext/mmap/mmap.asd"
"ext/named-readtables/named-readtables.asd"
"ext/nibbles/nibbles.asd"
...
...
@@ -110,12 +112,14 @@
"ext/ql-clpi/ql-clpi.asd"
"ext/quri/quri-test.asd"
"ext/quri/quri.asd"
"ext/rfc2388/rfc2388.asd"
"ext/s-xml/s-xml.asd"
"ext/salza2-2.0.9/salza2.asd"
"ext/smart-buffer/smart-buffer-test.asd"
"ext/smart-buffer/smart-buffer.asd"
"ext/split-sequence/split-sequence.asd"
"ext/static-vectors/static-vectors.asd"
"ext/trivial-backtrace/trivial-backtrace.asd"
"ext/trivial-features/trivial-features-tests.asd"
"ext/trivial-features/trivial-features.asd"
"ext/trivial-garbage/trivial-garbage.asd"
...
...
.gitmodules
View file @
e0829817
...
...
@@ -235,3 +235,15 @@
[submodule "ext/fiveam"]
path = ext/fiveam
url = https://github.com/lispci/fiveam.git
[submodule "ext/asdf-flv"]
path = ext/asdf-flv
url = https://github.com/didierverna/asdf-flv.git
[submodule "ext/trivial-backtrace"]
path = ext/trivial-backtrace
url = https://github.com/gwkkwg/trivial-backtrace.git
[submodule "ext/md5"]
path = ext/md5
url = https://github.com/pmai/md5.git
[submodule "ext/rfc2388"]
path = ext/rfc2388
url = https://github.com/jdz/rfc2388.git
asdf-flv
@
fc5b7399
Subproject commit fc5b7399767ca35bfb420bbeb9e08494e441dc69
md5
@
b1412600
Subproject commit b1412600f60d526ee34a7ba1596ec483da7894ab
rfc2388
@
591bcf7e
Subproject commit 591bcf7e77f2c222c43953a80f8c297751dc0c4e
trivial-backtrace
@
6eb65bde
Subproject commit 6eb65bde7229413040c81d42ea22f0e4c9c8cfc9
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