aboutsummaryrefslogtreecommitdiffstats
path: root/test-main.csc
blob: 7b45883519d2652399428025f6ae840256642dae (plain) (blame)
1
2
3
4
5
6
(import (scheme base)
        (only (csc testing) test-main))


(for-each load (cdr (command-line)))
(test-main)