You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
br-parser-tools/collects/tests/mred/startup/app-A/info.ss

8 lines
223 B
Scheme

(lambda (request)
(case request
[(name) "Startup Test"]
[(app-unit-library) "tappinfo.ss"]
[(app-sig-library) "tsig.ss"]
[(splash-image-path) #f]
[else (error 'test-A "Unknown request: ~s" request)]))