8 lines
258 B
Common 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 #'start)))
|
|
(core:add-action cfg '(:test) #'check-message))
|