cl-scopes/test/etc/config-core.lisp

9 lines
255 B
Common Lisp

;;;; cl-scopes/test/etc/config-core - configuration for `scopes-core` tests
(in-package :scopes/test-core)
(setf *config* (core:root-config))
(core:add-config *config* :test-receiver #'start
'((:test) check-message)
)