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