`raco test` will automatically test every .rkt and .scrbl file in a
directory. Suppose I make `#lang foo` and thus many of my test files end
with .foo. I would want all .foo files to be automatically tested as well.
Is there a way to use "info.rkt" to tell `raco test` to add file types?
(Should there be?)

Of course the workaround is just to make a .rkt file that runs the files,
but it seems like "info.rkt" is the better place (inasmuch as this op is
the inverse of `test-omit-paths`)

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to