fix(chaos): standardize test tangle paths to ../tests/ for deployment

This commit is contained in:
2026-04-28 19:42:45 -04:00
parent 553c93e2c7
commit a616c509ca
10 changed files with 10 additions and 10 deletions

View File

@@ -149,7 +149,7 @@ The Memory module is the cognitive bedrock of the opencortex. It is not a databa
#+end_src
* Test Suite
#+begin_src lisp :tangle tests/memory-tests.lisp
#+begin_src lisp :tangle ../tests/memory-tests.lisp
(eval-when (:compile-toplevel :load-toplevel :execute)
(ql:quickload :fiveam :silent t))