dont compile tests during install

This commit is contained in:
Stephen Chang 2016-10-07 10:20:08 -04:00
parent 83c9e7c122
commit 8cce856e08
2 changed files with 5 additions and 1 deletions

4
macrotypes/info.rkt Normal file
View File

@ -0,0 +1,4 @@
#lang info
(define compile-omit-paths
'("examples/tests"))

View File

@ -5,7 +5,7 @@
(define compile-omit-paths
'("examples/rosette"
"examples/tests/rosette"))
"examples/tests"))
(define test-omit-paths
'("examples/rosette"