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.
|
(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)]))
|