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

« back to all changes in this revision

Viewing changes to ansi-tests/load-pathnames.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:  Sat Nov 29 04:33:05 2003
 
4
;;;; Contains: Load tests for pathnames and logical pathnames
 
5
 
 
6
(in-package :cl-test)
 
7
 
 
8
(compile-and-load "pathnames-aux.lsp")
 
9
 
 
10
(load "pathnames.lsp")
 
11
(load "pathname.lsp")
 
12
(load "pathnamep.lsp")
 
13
(load "make-pathname.lsp")
 
14
(load "pathname-host.lsp")
 
15
(load "pathname-device.lsp")
 
16
(load "pathname-directory.lsp")
 
17
(load "pathname-name.lsp")
 
18
(load "pathname-type.lsp")
 
19
(load "pathname-version.lsp")
 
20
 
 
21
(load "load-logical-pathname-translations.lsp")
 
22
(load "logical-pathname.lsp")
 
23
(load "logical-pathname-translations.lsp")
 
24
(load "translate-logical-pathname.lsp")
 
25
 
 
26
(load "wild-pathname-p.lsp")
 
27
(load "merge-pathnames.lsp")