diff --git a/brag-lib/brag/info.rkt b/brag-lib/brag/info.rkt index be52398..d5158ce 100755 --- a/brag-lib/brag/info.rkt +++ b/brag-lib/brag/info.rkt @@ -1,3 +1,4 @@ #lang info -(define test-omit-paths '("examples/simple-line-drawing/examples/letter-i.rkt")) \ No newline at end of file +(define test-omit-paths '("examples/simple-line-drawing/examples/letter-i.rkt")) +(define compile-omit-paths '("test" "examples")) \ No newline at end of file