file SchemeUnit under Tools in doc list, adjust author typesetting

svn: r14268
This commit is contained in:
Matthew Flatt 2009-03-25 12:52:06 +00:00
parent 5b3c9ac7ef
commit def73634ee
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
(define url "http://schematics.sourceforge.net/") (define url "http://schematics.sourceforge.net/")
(define primary-file "main.ss") (define primary-file "main.ss")
(define scribblings '(("scribblings/schemeunit.scrbl" (multi-page)))) (define scribblings '(("scribblings/schemeunit.scrbl" (multi-page) (tool))))
(define release-notes (define release-notes
'((p "Correctly handle arbitrary expressions in test suites and fix Scribble errors."))) '((p "Correctly handle arbitrary expressions in test suites and fix Scribble errors.")))

View File

@ -3,8 +3,8 @@
@title{@bold{SchemeUnit}: Unit Testing for Scheme} @title{@bold{SchemeUnit}: Unit Testing for Scheme}
by Noel Welsh (@tt{noelwelsh at GMail}) @author[(author+email "Noel Welsh" "noelwelsh@gmail.com")
and Ryan Culpepper (@tt{ryan_sml at yahoo dot com}) (author+email "Ryan Culpepper" "ryan_sml@yahoo.com")]
SchemeUnit is a unit-testing framework for PLT Scheme. It SchemeUnit is a unit-testing framework for PLT Scheme. It
is designed to handle the needs of all Scheme programmers, is designed to handle the needs of all Scheme programmers,