Files
cl-tty/src/components/input-tests.lisp

10 lines
363 B
Common Lisp

;; This file is deprecated. Tests moved to tests/input-tests.lisp.
;; Kept as placeholder to prevent confusion with stale copies.
(in-package :cl-tty-input-test)
(defun run-tests ()
(warn "src/components/input-tests.lisp is deprecated. Use tests/input-tests.lisp instead.")
(let ((result (run 'input-suite)))
(fiveam:explain! result)
(uiop:quit 0)))