Skip to content
Snippets Groups Projects
Commit 65882ca8 authored by pfdietz's avatar pfdietz
Browse files

Add test makefile entry to invoke the beyond-ansi tests; load-ba to load them...

Add test makefile entry to invoke the beyond-ansi tests; load-ba to load them (and associated aux files).
parent 261b1dca
No related branches found
No related tags found
No related merge requests found
;-*- Mode: Lisp -*-
;;;; Author: Paul Dietz
;;;; Created: Wed Jun 8 06:52:59 2005
;;;; Contains: Load beyond-ansi tests
(let ((*default-pathname-defaults* (pathname *load-pathname*)))
(let ((*default-pathname-defaults*
(merge-pathnames (make-pathname :directory '(:relative :up)))))
(load "gclload1.lsp"))
(load "ba-test-package.lsp")
(compile-and-load "ba-aux.lsp")
(load "errors-eval-compile.lsp")
(load "errors-types-and-class.lsp")
(load "errors-data-and-control-flow-1.lsp")
(load "errors-data-and-control-flow-2.lsp")
(in-package :ba-test)
)
test:
echo "(load \"load-ba.lsp\") (in-package :ba-test) (rt:do-tests)" | $(LISP) | tee test.out
clean: clean:
@rm -f test.out *.cls *.fasl *.o *.so *~ *.fn *.x86f *.fasl *.ufsl *.abcl *.fas *.lib \#*\# @rm -f test.out *.cls *.fasl *.o *.so *~ *.fn *.x86f *.fasl *.ufsl *.abcl *.fas *.lib \#*\#
@rm -f gazonk* out.class @rm -f gazonk* out.class
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