6 lines
157 B
Common Lisp
6 lines
157 B
Common Lisp
;;;; cl-scopes/test/etc/config-core - configuration for `scopes-core` tests
|
|
|
|
(in-package :scopes/test-core)
|
|
|
|
(setf *config*
|
|
(make-instance 'core:config))
|