r11209: fix test
[umlisp.git] / run-tests.lisp
index c9bbd31f2a532420ffec29c186a838226ec04258..79433d691a658c6ab119ca327edd32e25d25bb7d 100644 (file)
@@ -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."