changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/ffi/zstd/zstd.asd

revision 96: 301fd45bbe73
parent 78: 966f92770ddf
child 438: b719ae57647d
     1.1--- a/lisp/ffi/zstd/zstd.asd	Mon Dec 11 22:54:13 2023 -0500
     1.2+++ b/lisp/ffi/zstd/zstd.asd	Wed Dec 13 20:02:36 2023 -0500
     1.3@@ -15,6 +15,6 @@
     1.4   :in-order-to ((test-op (test-op :zstd/tests))))
     1.5 
     1.6 (defsystem :zstd/tests
     1.7-  :depends-on (:std/rt :zstd)
     1.8+  :depends-on (:rt :zstd)
     1.9   :components ((:file "tests"))
    1.10   :perform (test-op (op c) (uiop:symbol-call '#:rt '#:do-tests :zstd)))