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