6 lines
156 B
Common Lisp
6 lines
156 B
Common Lisp
;;;; decons/test-csys - tests for the csys (cybernetic ommunication systems) package
|
|
|
|
(in-package :decons/test-decons)
|
|
|
|
(deftest test-neuron ()
|
|
(== 1 1))
|