chibi-scheme/tests/snow/repo4/config.scm
Alex Shinn 4e75fbab49 Adding snow tests for advanced package defaults from config.
Adding test-library option to automatically infer tests from libraries.
Processing scribble docs even when we can't load the module.
2015-04-20 00:09:02 +09:00

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))))