7 lines
168 B
Racket
7 lines
168 B
Racket
#lang setup/infotab
|
|
|
|
(define tools (list (list "test-tool.scm")))
|
|
(define tool-names '("Test Engine"))
|
|
|
|
(define scribblings '(("test-engine.scrbl" () (tool-library))))
|