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