Remove build location from the test zo to satisfy zo-path

This commit is contained in:
Jay McCarthy 2012-12-08 07:14:28 -07:00
parent 0845e74d27
commit 1d36492f51

View File

@ -13,7 +13,7 @@
([(tests-f ...)
(for/list ([f-stx (in-list (syntax->list #'(f ...)))])
(define f (syntax->datum f-stx))
`(file ,(path->string (build-path test-directory (format "tests-~a.rkt" f)))))])
`(file ,(format "tests-~a.rkt" f)))])
(syntax/loc stx
(run-tests*
(list (let ()