04c3b816ef79ca4d3d1885233f3b7c455b3765cc
[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$
11 ;;;; *************************************************************************
12
13 (defpackage #:uffi-tests
14   (:use #:asdf #:cl #:uffi #:rtest)
15   (:shadowing-import-from #:uffi #:run-shell-command))
16
17 (in-package #:uffi-tests)
18