From 2433a1a97580811b0e31c21f9c9347839b45c32f Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sat, 16 Apr 2016 14:25:30 -0700 Subject: [PATCH] omits --- beautiful-racket/info.rkt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/beautiful-racket/info.rkt b/beautiful-racket/info.rkt index 0494352..66fb7b9 100644 --- a/beautiful-racket/info.rkt +++ b/beautiful-racket/info.rkt @@ -5,4 +5,5 @@ (define deps '("base" "sugar" "beautiful-racket-lib" "rackunit-lib" "ragg" "parser-tools-lib")) (define build-deps '("racket-doc")) -(define test-omit-paths '("br/bf")) \ No newline at end of file +(define test-omit-paths '("br/bf" "br/bf.rkt" + "br/basic" "br/basic.rkt")) \ No newline at end of file