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

@@ -95,7 +95,7 @@ The Perceive stage is the "sensory cortex" of OpenCortex. Its job is to take raw
* Test Suite
#+begin_src lisp :tangle tests/pipeline-perceive-tests.lisp
#+begin_src lisp :tangle ../tests/pipeline-perceive-tests.lisp
(eval-when (:compile-toplevel :load-toplevel :execute)
(ql:quickload :fiveam :silent t))