summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMax-Gerd Retzlaff <m.retzlaff@gmx.net>2022-08-23 19:03:48 +0200
committerJens Geyer <jensg@apache.org>2022-08-30 23:58:58 +0200
commit75bdba5d25433e596904895cd3692346aca44043 (patch)
tree11d890976eb4e8f5f2cf510945b5f4fd93c36f96 /test
parent04057ac28a72ad4001def05a7bc8e13cc640b5ca (diff)
downloadthrift-75bdba5d25433e596904895cd3692346aca44043.tar.gz
THRIFT-5410 CL build broken: Component :NET.DIDIERVERNA.CLON.TERMIO not found
Client: cl Patch: Max-Gerd Retzlaff This closes #2646
Diffstat (limited to 'test')
-rw-r--r--test/cl/make-test-client.lisp3
-rw-r--r--test/cl/make-test-server.lisp3
2 files changed, 6 insertions, 0 deletions
diff --git a/test/cl/make-test-client.lisp b/test/cl/make-test-client.lisp
index 509669dd8..fa049e751 100644
--- a/test/cl/make-test-client.lisp
+++ b/test/cl/make-test-client.lisp
@@ -17,6 +17,9 @@
(require "asdf")
(load (merge-pathnames "../../lib/cl/load-locally.lisp" *load-truename*))
+(require "sb-grovel") ;; necessary for :net.didierverna.clon.termio
+(asdf:load-asd (first (directory (merge-pathnames "../../lib/cl/externals/software/clon-*/termio/net.didierverna.clon.termio.asd"
+ *load-truename*))))
(asdf:load-system :net.didierverna.clon)
(asdf:load-system :fiasco)
(asdf:load-asd (merge-pathnames "gen-cl/ThriftTest/thrift-gen-ThriftTest.asd" *load-truename*))
diff --git a/test/cl/make-test-server.lisp b/test/cl/make-test-server.lisp
index 293c87928..a027968f7 100644
--- a/test/cl/make-test-server.lisp
+++ b/test/cl/make-test-server.lisp
@@ -14,6 +14,9 @@
(require "asdf")
(load (merge-pathnames "../../lib/cl/load-locally.lisp" *load-truename*))
+(require "sb-grovel") ;; necessary for :net.didierverna.clon.termio
+(asdf:load-asd (first (directory (merge-pathnames "../../lib/cl/externals/software/clon-*/termio/net.didierverna.clon.termio.asd"
+ *load-truename*))))
(asdf:load-system :net.didierverna.clon)
(asdf:load-asd (merge-pathnames "gen-cl/ThriftTest/thrift-gen-ThriftTest.asd" *load-truename*))
(asdf:load-system :thrift-gen-thrifttest)