1 2 3 4 5 6
(import (scheme base) (only (csc testing) test-main)) (for-each load (cdr (command-line))) (test-main)