9 lines
208 B
Common Lisp
9 lines
208 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*)
|