10 lines
211 B
Common Lisp
10 lines
211 B
Common Lisp
;;;; cl-scopes/test/etc/config-dummy
|
|
|
|
;;;; dummy configuration for config tests
|
|
|
|
(in-package :scopes/test-config)
|
|
|
|
(setf *config*
|
|
(make-instance 'test-config))
|
|
|
|
(make-instance 'child-config :parent *config*)
|