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