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
f0e29a2e
Commit
f0e29a2e
authored
19 years ago
by
pfdietz
Browse files
Options
Downloads
Patches
Plain Diff
Some minor makefile updates
parent
3f0e3dd5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansi-tests/makefile
+23
-5
23 additions, 5 deletions
ansi-tests/makefile
with
23 additions
and
5 deletions
ansi-tests/makefile
+
23
−
5
View file @
f0e29a2e
# LISP=gcl
# LISP=gcl
# LISP=sbcl --noinform
# LISP=~/sbcl/src/runtime/sbcl --core ~/sbcl/output/sbcl.core --noinform
# LISP=clisp -ansi -q
# LISP=abcl
# LISP=ecl
test
:
test
:
@
rm
-rf
scratch
@
rm
-rf
scratch
echo
"(load
\"
doit.lsp
\"
)"
|
$(
LISP
)
|
tee
test.out
cat
doit.lsp |
$(
LISP
)
|
tee
test.out
test-compiled
:
test-compiled
:
@
rm
-rf
scratch
@
rm
-rf
scratch
...
@@ -12,20 +17,33 @@ test-unixport:
...
@@ -12,20 +17,33 @@ test-unixport:
echo
"(load
\"
doit.lsp
\"
)"
| ../unixport/saved_ansi_gcl |
tee
test.out
echo
"(load
\"
doit.lsp
\"
)"
| ../unixport/saved_ansi_gcl |
tee
test.out
random-test
:
random-test
:
echo
"(progn (setq *load-verbose* nil)
\
(
echo
"(progn #+gcl (setq compiler::*cc*
\"
gcc -c -DVOL=volatile -fsigned-char -pipe
\"
)
\
(setq *load-verbose* nil)
\
(let* ((*standard-output* (make-broadcast-stream))
\
(let* ((*standard-output* (make-broadcast-stream))
\
(*error-output* *standard-output*))
\
(*error-output* *standard-output*))
\
(load
\"
gclload1.lsp
\"
)
\
(load
\"
gclload1.lsp
\"
)
\
(funcall (symbol-function 'compile-and-load)
\"
random-int-form.lsp
\"
)))
\
(funcall (symbol-function 'compile-and-load)
\"
random-int-form.lsp
\"
)))
\
(in-package :cl-test)
\
(in-package :cl-test)
\
(let ((x (cl-test::test-random-integer-forms 100
10
1000 :random-size t :random-nvars t)))
\
(let ((x (cl-test::test-random-integer-forms 100
0 3
1000 :random-size t :random-nvars t)))
\
(setq x (cl-test::prune-results x))
\
(setq x (cl-test::prune-results x))
\
(with-open-file (*standard-output*
\"
failures.lsp
\"
\
(with-open-file (*standard-output*
\"
failures.lsp
\"
\
:direction :output
\
:direction :output
\
:if-exists :append
\
:if-exists :append
\
:if-does-not-exist :create)
\
:if-does-not-exist :create)
\
(mapc #'print x))
\
(mapc #'print x)))
\
#-allegro (quit) #+allegro (excl::exit)))"
|
$(
LISP
)
#+allegro (excl::exit)
\
; extra quits added to avoid being trapped in debugger in some lisps
\
(cl-user::quit)
\
(cl-user::quit)
\
(cl-user::quit)
\
(cl-user::quit)
\
(cl-user::quit)
\
(cl-user::quit)
\
(cl-user::quit)
\
(cl-user::quit)
\
(cl-user::quit)
\
(cl-user::quit)
\
(cl-user::quit)"
)
|
$(
LISP
)
rm
-f
gazonk
*
rm
-f
gazonk
*
rt_1000_8
:
rt_1000_8
:
...
...
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