Remove old CVS $Id$ keyword
[uffi.git] / tests / package.lisp
1 ;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*-
2 ;;;; *************************************************************************
3 ;;;; FILE IDENTIFICATION
4 ;;;;
5 ;;;; Name:          package.lisp
6 ;;;; Purpose:       Package file uffi testing suite
7 ;;;; Author:        Kevin M. Rosenberg
8 ;;;; Date Started:  Apr 2003
9 ;;;;
10 ;;;; This file, part of UFFI, is Copyright (c) 2003-2010 by Kevin M. Rosenberg
11 ;;;;
12 ;;;; *************************************************************************
13
14 (defpackage #:uffi-tests
15   (:use #:asdf #:cl #:uffi #:rtest)
16   (:shadowing-import-from #:uffi #:run-shell-command))
17
18 (in-package #:uffi-tests)
19