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
abcl
abcl
Commits
0bad0c9b
Commit
0bad0c9b
authored
Oct 11, 2012
by
mevenson@1c010e3e-69d0-11dd-93a8-456734b0d56f
Browse files
Invoke ANSI-TESTS:DO-TESTS-MATCHING in proper directory.
parent
1cdc91c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/lisp/ansi/abcl-ansi.lisp
View file @
0bad0c9b
...
...
@@ -80,7 +80,8 @@ locally obtain ~A, and place it in a sibling directory to the ABCL source named
"Run all tests in suite whose symbol contains MATCH in a case-insensitive manner."
(
setf
*last-run-matching*
match
)
(
let*
((
matching
(
string-upcase
match
))
(
count
0
))
(
count
0
)
(
*default-pathname-defaults*
*ansi-tests-directory*
))
(
mapcar
(
lambda
(
entry
)
(
if
(
search
matching
(
symbol-name
(
rt::name
entry
)))
(
setf
(
rt::pend
entry
)
t
...
...
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