6 lines
131 B
Scheme
6 lines
131 B
Scheme
|
;;;; run.scm -*- Scheme -*-
|
||
|
|
||
|
(import (test-utils run))
|
||
|
(runid '*csc-excl-options* '("-no-lambda-info"))
|
||
|
(run-tests-for "apropos")
|