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