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

@@ -128,7 +128,7 @@ The Metabolic Loop is the fundamental rhythm of OpenCortex: the continuous proce
#+end_src
* Test Suite
#+begin_src lisp :tangle tests/immune-system-tests.lisp
#+begin_src lisp :tangle ../tests/immune-system-tests.lisp
(eval-when (:compile-toplevel :load-toplevel :execute)
(ql:quickload :fiveam :silent t))