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
Karsten Poeck
ansi-test
Commits
16a514f2
Commit
16a514f2
authored
Feb 11, 2003
by
pfdietz
Browse files
Added test-unixport to makefile, to test using saved_ansi_gcl before installation.
parent
157c6a0a
Changes
1
Show whitespace changes
Inline
Side-by-side
ansi-tests/makefile
View file @
16a514f2
...
...
@@ -2,5 +2,8 @@
test
:
echo
"(load
\"
gclload.lsp
\"
)"
| gcl |
tee
test.out
test-unixport
:
echo
"(load
\"
gclload.lsp
\"
)"
| ../unixport/saved_ansi_gcl |
tee
test.out
clean
:
rm
-f
test.out
*
.fasl
*
.o
*
~
*
.fn
*
.x86f
*
.fasl rt/
*
.o rt/
*
.fasl rt/
*
.fn rt/
*
~ rt/
*
.x86f rt/
*
.fasl
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