Remove build location from the test zo to satisfy zo-path
This commit is contained in:
parent
0845e74d27
commit
1d36492f51
|
@ -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 ()
|
||||
|
|
Loading…
Reference in New Issue
Block a user