Style change.
[iolib.git] / tests / pkgdcl.lisp
blob26838f2fca8ea4540487f96d81b6e5445ea4b5d4
1 ;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; indent-tabs-mode: nil -*-
2 ;;;
3 ;;; pkgdcl.lisp --- Package definition.
4 ;;;
6 (in-package #:cl-user)
8 (defpackage #:iolib-tests
9 (:use :5am :iolib.base :iolib :iolib.pathnames)
10 (:export #:*echo-address* #:*echo-port*))