dotfiles/sbcl/.quicklisp/dists/quicklisp/software/usocket-0.8.3/test/package.lisp
2020-01-20 14:13:08 -05:00

11 lines
279 B
Common Lisp

;;;; -*- 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))