added schemeunit to the distribution

svn: r18142
This commit is contained in:
Robby Findler 2010-02-18 02:02:35 +00:00
parent f4321256a5
commit 2eab591c0f
2 changed files with 3 additions and 1 deletions

View File

@ -658,4 +658,6 @@ mz-extras :+= (- (package: "unstable")
;; -------------------- plai
plt-extras :+= (package: "plai/")
plt-extras :+= (package: "schemeunit/")
;; ============================================================================

View File

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