~ubuntu-branches/ubuntu/quantal/gclcvs/quantal

« back to all changes in this revision

Viewing changes to ansi-tests/load-files.lsp

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2004-06-24 15:13:46 UTC
  • Revision ID: james.westby@ubuntu.com-20040624151346-xh0xaaktyyp7aorc
Tags: 2.7.0-26
C_GC_OFFSET is 2 on m68k-linux

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
;-*- Mode:     Lisp -*-
 
2
;;;; Author:   Paul Dietz
 
3
;;;; Created:  Thu Jan  1 11:59:35 2004
 
4
;;;; Contains: Load tests of section 20, 'Files'
 
5
 
 
6
(in-package :cl-test)
 
7
 
 
8
(load "directory.lsp")
 
9
(load "probe-file.lsp")
 
10
(load "ensure-directories-exist.lsp")
 
11
(load "truename.lsp")
 
12
(load "file-author.lsp")
 
13
(load "file-write-date.lsp")
 
14
(load "rename-file.lsp")
 
15
(load "delete-file.lsp")
 
16
(load "file-error.lsp")