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

@@ -7,7 +7,7 @@
The OpenCortex TUI Client is a standalone Common Lisp application built on **Croatoan**.
* Test Suite
#+begin_src lisp :tangle tests/tui-tests.lisp
#+begin_src lisp :tangle ../tests/tui-tests.lisp
(defpackage :opencortex-tui-tests
(:use :cl :opencortex)
(:export #:tui-suite))