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

8 lines
258 B
Common Lisp

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