racket/collects/tests/drracket/info.rkt
Eli Barzilay 1b05a2968c Quick fix
(Didn't realize that tool names are relative to the info file.)
2011-08-29 16:48:15 -04:00

8 lines
166 B
Racket

#lang setup/infotab
(define tools '(("time-keystrokes.rkt")))
(define tool-names '("Time Keystrokes"))
(define compile-omit-paths
'("image-and-comment-box.rkt"))