Skip to content
Snippets Groups Projects
Commit cb197851 authored by mjthomas's avatar mjthomas
Browse files

My usual test variation.

parent 579e2859
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,12 @@ random-test:
#-allegro (quit) #+allegro (excl::exit)))" | $(LISP)
rm -f gazonk*
rt_1000_8:
echo "(load \"gclload1.lsp\") \
(compile-and-load \"random-int-form.lsp\") \
(in-package :cl-test) (loop-random-int-forms 1000 8)" | $(LISP)
clean:
@rm -f test.out *.cls *.fasl *.o *.so *~ *.fn *.x86f *.fasl *.ufsl *.abcl *.fas *.lib \#*\#
@rm -rf scratch/ scratch.txt
......
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