dotfiles/sbcl/.quicklisp/dists/quicklisp/software/usocket-0.8.3/test/package.lisp

12 lines
279 B
Common Lisp
Raw Normal View History

2020-01-20 14:13:08 -05:00
;;;; -*- Mode: LISP; Base: 10; Syntax: ANSI-Common-lisp; Package: CL-USER -*-
;;;; See the LICENSE file for licensing information.
(in-package :cl-user)
(defpackage :usocket-test
(:use :common-lisp
:usocket
:regression-test)
(:export #:do-tests
#:run-usocket-tests))