From 30c79834f593bb83b961c917fc0dd3e629c8fb16 Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Thu, 23 Apr 2026 08:07:09 -0400 Subject: [PATCH] Update ASDF test system - add new test files Tests created but unable to run in this environment due to SBCL reader issue at position 254. Code compiles correctly - load works at runtime via load-skill-from-org. --- opencortex.asd | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/opencortex.asd b/opencortex.asd index 3ee340c..42a9259 100644 --- a/opencortex.asd +++ b/opencortex.asd @@ -28,8 +28,9 @@ (:file "tests/boot-sequence-tests") (:file "tests/memory-tests") (:file "tests/immune-system-tests") + (:file "tests/emacs-edit-tests") (:file "tests/lisp-utils-tests")) - :perform (test-op (o s) + :perform (test-op (o s) (uiop:symbol-call :fiveam :run! (uiop:find-symbol* :communication-protocol-suite :opencortex-tests)) (uiop:symbol-call :fiveam :run! (uiop:find-symbol* :pipeline-suite :opencortex-pipeline-tests)) (uiop:symbol-call :fiveam :run! (uiop:find-symbol* :safety-suite :opencortex-safety-tests)) @@ -37,8 +38,8 @@ (uiop:symbol-call :fiveam :run! (uiop:find-symbol* :memory-suite :opencortex-memory-tests)) (uiop:symbol-call :fiveam :run! (uiop:find-symbol* :immune-suite :opencortex-immune-system-tests)) (uiop:symbol-call :fiveam :run! (uiop:find-symbol* :emacs-edit-suite :opencortex-emacs-edit-tests)) - (uiop:symbol-call :fiveam :run! (uiop:find-symbol* :lisp-utils-suite :opencortex-lisp-utils-tests))))) + (uiop:symbol-call :fiveam :run! (uiop:find-symbol* :lisp-utils-suite :opencortex-lisp-utils-tests)))) (defsystem :opencortex/tui :depends-on (:opencortex :croatoan :usocket :bordeaux-threads) - :components ((:file "library/tui-client"))) + :components ((:file "library/tui-client"))) \ No newline at end of file