Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ansi-test
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michał Herda
ansi-test
Commits
85d21aea
Commit
85d21aea
authored
9 years ago
by
Daniel Kochmański
Browse files
Options
Downloads
Patches
Plain Diff
makefile: fix partial tests
Signed-off-by:
Daniel Kochmański
<
daniel@turtleware.eu
>
parent
0776495b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doit2.lsp
+3
-0
3 additions, 0 deletions
doit2.lsp
makefile
+1
-1
1 addition, 1 deletion
makefile
with
4 additions
and
1 deletion
doit2.lsp
+
3
−
0
View file @
85d21aea
...
...
@@ -18,6 +18,9 @@
(when *load-pathname*
(mapc #'regression-test:rem-test '(load-pathname.1 load-truename.1)))
;; We could use uiop:chdir here, but what about new implementations?
(setf *default-pathname-defaults* (truename #P"sandbox/"))
(time (regression-test:do-tests))
#+allegro (cl-user::exit)
...
...
This diff is collapsed.
Click to expand it.
makefile
+
1
−
1
View file @
85d21aea
...
...
@@ -12,7 +12,7 @@ MAKE=make
test
:
@
rm
-rf
scratch
cd
sandbox |
cat
doit.lsp |
$(
LISP
)
|
tee
test.out
cat
doit.lsp |
$(
LISP
)
|
tee
test.out
test-symbols
:
(
cat
doit1.lsp
;
echo
"(load
\"
load-symbols.lsp
\"
)"
;
cat
doit2.lsp
)
|
$(
LISP
)
|
tee
test-symbols.out
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment