changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > demo / demo.asd

revision 22: ba323d8c0f93
parent 20: 3166a511fafb
child 26: 2015d7277629
     1.1--- a/demo.asd	Sat Jun 03 19:57:46 2023 -0400
     1.2+++ b/demo.asd	Sat Jun 03 22:48:46 2023 -0400
     1.3@@ -31,13 +31,8 @@
     1.4   :build-pathname "demo"
     1.5   :entry-point "demo:main")
     1.6 
     1.7-;; (asdf:defsystem "cl-demo:tests"
     1.8-  ;; :depends-on ("cl-demo" "fiveam")
     1.9+;; (asdf:defsystem "demo.tests"
    1.10+  ;; :depends-on ("demo" "fiveam")
    1.11   ;; :components ((:file "tests"))
    1.12-  ;; :perform (test-op (o c) (symbol-call :fiveam '#:run! :cl-demo))
    1.13+  ;; :perform (test-op (o c) (symbol-call :fiveam '#:run! "demo:main"))
    1.14   ;; )
    1.15-
    1.16-;; (deploy:define-library cl+ssl::libssl
    1.17-;;   :path "/usr/local/Cellar/openssl@3/3.1.1/lib/libssl.dylib")
    1.18-;; (deploy:define-library cl+ssl::libcrypto
    1.19-;;   :path "/usr/local/Cellar/openssl@3/3.1.1/lib/libcrypto.dylib")