From 51d1b3aecaa09328517cf2181a29a51245a83c6a Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 11 Apr 2016 08:11:18 -0700 Subject: [PATCH] add dep --- beautiful-racket-lib/info.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beautiful-racket-lib/info.rkt b/beautiful-racket-lib/info.rkt index 372d8ed..1963149 100644 --- a/beautiful-racket-lib/info.rkt +++ b/beautiful-racket-lib/info.rkt @@ -3,4 +3,4 @@ (define version "0.01") (define deps '("base")) -(define build-deps '("racket-doc")) \ No newline at end of file +(define build-deps '("racket-doc" "rackunit-lib")) \ No newline at end of file