From 7ca90646e1513f9435a192ef788f2eb54c85a79c Mon Sep 17 00:00:00 2001 From: "Chun Tian (binghe)" Date: Wed, 26 Oct 2016 18:54:43 +0200 Subject: [PATCH] [test] fixed loading of USOCKET-TEST --- usocket-test.asd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usocket-test.asd b/usocket-test.asd index 4c2edac..ddb989c 100644 --- a/usocket-test.asd +++ b/usocket-test.asd @@ -11,7 +11,7 @@ :version "0.2.0" :licence "MIT" :description "Tests for usocket" - :depends-on (:usocket + :depends-on (:usocket-server :rt) :components ((:module "test" :serial t