7db77f2d4f2b9f5ec6c402aaa93e8f05d5c6fc9c
[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 ;;;; $Id: package.lisp,v 1.1 2003/04/29 12:42:03 kevin Exp $
11 ;;;; *************************************************************************
12
13 (defpackage #:uffi-tests
14   (:use #:asdf #:cl #:uffi #:rtest))
15
16 (in-package #:uffi-tests)
17