racket/collects/2htdp/info.ss
Eli Barzilay 9c2352d0d9 renamed test directory to tests
svn: r16800
2009-11-16 07:57:33 +00:00

9 lines
160 B
Scheme

#lang setup/infotab
(define name "HtDP/2e Teachpacks")
(define compile-omit-paths
'("hangman-world.ss"
"hangman-world-play.ss"
"tests"
"utest"))