run .rkt files

This commit is contained in:
Sam Tobin-Hochstadt 2010-05-03 13:01:58 -04:00
parent 55929072bb
commit 6b5305afe7

View File

@ -10,7 +10,7 @@
"unit-tests/test-utils.ss")
(define (scheme-file? s)
(regexp-match ".*[.](ss|scm)" (path->string s)))
(regexp-match ".*[.](rkt|ss|scm)" (path->string s)))
(define-namespace-anchor a)