Skip to content
Snippets Groups Projects
Commit 16a514f2 authored by pfdietz's avatar pfdietz
Browse files

Added test-unixport to makefile, to test using saved_ansi_gcl before installation.

parent 157c6a0a
No related branches found
No related tags found
No related merge requests found
...@@ -2,5 +2,8 @@ ...@@ -2,5 +2,8 @@
test: test:
echo "(load \"gclload.lsp\")" | gcl | tee test.out echo "(load \"gclload.lsp\")" | gcl | tee test.out
test-unixport:
echo "(load \"gclload.lsp\")" | ../unixport/saved_ansi_gcl | tee test.out
clean: clean:
rm -f test.out *.fasl *.o *~ *.fn *.x86f *.fasl rt/*.o rt/*.fasl rt/*.fn rt/*~ rt/*.x86f rt/*.fasl rm -f test.out *.fasl *.o *~ *.fn *.x86f *.fasl rt/*.o rt/*.fasl rt/*.fn rt/*~ rt/*.x86f rt/*.fasl
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment