edit info files to enable raco test typed/

This commit is contained in:
Stephen Chang 2020-02-09 23:24:37 -05:00 committed by Sam Caldwell
parent f19d2f3296
commit 056d467402
2 changed files with 11 additions and 0 deletions

View File

@ -1 +1,4 @@
#lang setup/infotab
(define compile-omit-paths
'("examples"))

8
racket/typed/info.rkt Normal file
View File

@ -0,0 +1,8 @@
#lang info
(define compile-omit-paths
'("examples"
"tests"))
(define test-omit-paths
'("examples/roles/chat-tcp2.rkt"))