diff --git a/beautiful-racket-demo/info.rkt b/beautiful-racket-demo/info.rkt index b9e3dad..db457fa 100644 --- a/beautiful-racket-demo/info.rkt +++ b/beautiful-racket-demo/info.rkt @@ -4,3 +4,5 @@ (define version "0.01") (define deps '("base" "sugar" "beautiful-racket-lib" "rackunit-lib" "brag" "parser-tools-lib")) (define build-deps '("racket-doc")) +(define compile-omit-paths 'all) +(define test-omit-paths 'all) \ No newline at end of file diff --git a/beautiful-racket/br/info.rkt b/beautiful-racket/br/info.rkt deleted file mode 100644 index 735af78..0000000 --- a/beautiful-racket/br/info.rkt +++ /dev/null @@ -1,4 +0,0 @@ -#lang info - -(define compile-omit-paths '("demo")) -(define test-omit-paths '("demo")) \ No newline at end of file