/usr/share/common-lisp/source/lml2/tests.lisp is in cl-lml2 1.6.6-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | ;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*-
;;;; *************************************************************************
;;;; FILE IDENTIFICATION
;;;;
;;;; Name: tests.lisp
;;;; Purpose: tests file
;;;; Author: Kevin M. Rosenberg
;;;; Date Started: Oct 2006
;;;;
;;;; $Id$
;;;;
;;;; Copyright (c) 2006 by Kevin Rosenberg.
;;;; *************************************************************************
(in-package #:cl)
(defpackage #:lml2-tests
(:use #:lml2 #:cl #:regression-test))
(in-package #:lml2-tests)
(rem-all-tests)
|