X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=run-tests.lisp;h=79433d691a658c6ab119ca327edd32e25d25bb7d;hb=e6ef11f4c42de5a6754f73d9a714a0213b3a0133;hp=c9bbd31f2a532420ffec29c186a838226ec04258;hpb=3199369942d2e5ab4f5b060c2c6b655caf505944;p=umlisp.git diff --git a/run-tests.lisp b/run-tests.lisp index c9bbd31..79433d6 100644 --- a/run-tests.lisp +++ b/run-tests.lisp @@ -1,3 +1,22 @@ +;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10; Package: umlisp -*- +;;;; ************************************************************************* +;;;; FILE IDENTIFICATION +;;;; +;;;; Name: parse-macros.lisp +;;;; Purpose: Macros for UMLS file parsing +;;;; Author: Kevin M. Rosenberg +;;;; Created: Apr 2000 +;;;; +;;;; $Id$ +;;;; +;;;; This file, part of UMLisp, is +;;;; Copyright (c) 2000-2006 by Kevin M. Rosenberg, M.D. +;;;; +;;;; UMLisp users are granted the rights to distribute and use this software +;;;; as governed by the terms of the GNU General Public License. +;;;; ************************************************************************* + + (defpackage #:run-tests (:use #:cl)) (in-package #:run-tests) @@ -7,7 +26,8 @@ (require 'clsql) (require 'hyperobject) (load "umlisp.asd") -(asdf:oos 'asdf:test-op 'umlisp) +(load "umlisp-tests.asd") +(asdf:operate 'asdf:test-op 'umlisp) (defun quit (&optional (code 0)) "Function to exit the Lisp implementation. Copied from CLOCC's QUIT function."