;;;; run.scm - run tests for typed-records.scm (import compile-file test) (test-group "interpreted" (load "t.scm")) (test-group "compiled with specialization" (compile-file "t.scm" options: '("-s" "-O5"))) (test-exit)