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