mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 21:59:17 +02:00
Adding test-library option to automatically infer tests from libraries. Processing scribble docs even when we can't load the module.
7 lines
182 B
Scheme
7 lines
182 B
Scheme
((command
|
|
(package
|
|
(author "Leonhard Euler")
|
|
(doc-from-scribble #t)
|
|
(version-file "tests/snow/repo4/VERSION")
|
|
(test-library (append-to-last -test))
|
|
(license bsd))))
|