[racket-dev] tests not being run?

From: David Vanderson (david.vanderson at gmail.com)
Date: Wed Sep 4 15:55:03 EDT 2013

I totally missed 
pkgs/racket-pkgs/racket-test/tests/run-automated-tests.rkt, but it looks 
like DrDr is running that with 'mzc -k _' - doesn't that just compile it?

There is also a file/main.rkt that runs all the file/ tests, but that 
file doesn't show up in DrDr.

I'm more confused now.  Does DrDr automatically run a main.rkt file if 
it's present?

Thanks,
Dave

On 09/04/2013 01:58 PM, Robby Findler wrote:
> I think it makes more sense to change those 'main' modules into 'test' 
> modules, but I'm not positive.
>
> Robby
>
>
> On Wed, Sep 4, 2013 at 12:26 PM, David Vanderson 
> <david.vanderson at gmail.com <mailto:david.vanderson at gmail.com>> wrote:
>
>     It looks to me like most of the tests in
>     racket/pkgs/racket-pkgs/racket-test/tests/file/* are not being run
>     by DrDr.  I think DrDr is running them with 'raco test _' while
>     the files mostly need to be run as 'racket _'.
>
>     Am I missing something?  If not, should I fix the files to be run
>     with 'raco test _'?
>
>     Thanks,
>     Dave
>     _________________________
>      Racket Developers list:
>     http://lists.racket-lang.org/dev
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/dev/archive/attachments/20130904/dad63f46/attachment-0001.html>

Posted on the dev mailing list.