;;;; 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))