X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=run-tests.lisp;h=7eefd5091bab7c04a0c7bc9a0c4ed40ae3a1aea8;hb=28aeae6f894ac1e2b4ded59af9371b373e38a701;hp=3221a323cb0e991196811f548e496a558f7f06b2;hpb=26b92c8df70bcd58358b343db835a599cdc56013;p=umlisp.git diff --git a/run-tests.lisp b/run-tests.lisp index 3221a32..7eefd50 100644 --- a/run-tests.lisp +++ b/run-tests.lisp @@ -1,3 +1,20 @@ +;;;; -*- 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 +;;;; +;;;; This file, part of UMLisp, is +;;;; Copyright (c) 2000-2010 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) @@ -8,7 +25,7 @@ (require 'hyperobject) (load "umlisp.asd") (load "umlisp-tests.asd") -(asdf:oos 'asdf:test-op 'umlisp) +(asdf:operate 'asdf:test-op 'umlisp) (defun quit (&optional (code 0)) "Function to exit the Lisp implementation. Copied from CLOCC's QUIT function."