fix up test

This commit is contained in:
David Vanderson 2013-09-04 16:02:41 -04:00 committed by Ryan Culpepper
parent fd68db2c7b
commit f098afa671

View File

@ -3,13 +3,11 @@
(require tests/eli-tester
(prefix-in gzip: "gzip.rkt")
(prefix-in md5: "md5.rkt")
(prefix-in sha1: "sha1.rkt")
(prefix-in unpackers: "unpackers.rkt"))
(define (tests)
(test do (gzip:tests)
do (md5:tests)
do (sha1:tests)
do (unpackers:tests)))
(tests)