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
80482de9
Commit
80482de9
authored
Nov 25, 2020
by
Robert Goldman
Browse files
Enable running single test on all lisps.
parent
9b1f321d
Pipeline
#2103
passed with stages
in 50 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
80482de9
...
...
@@ -214,7 +214,7 @@ test-all-clean-load:
@
for
lisp
in
${lisps}
;
do
${MAKE}
test-clean-load
l
=
$$
lisp
||
exit
1
;
done
test-all-lisp
:
@
for
lisp
in
${lisps}
;
do
${MAKE}
test-lisp
l
=
$$
lisp
||
exit
1
;
done
@
for
lisp
in
${lisps}
;
do
${MAKE}
test-lisp
l
=
$$
lisp
t
=
${t}
||
exit
1
;
done
test-all-upgrade
:
@
for
lisp
in
${ulisps}
;
do
${MAKE}
test-upgrade
l
=
$$
lisp
||
exit
1
;
done
...
...
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