[racket-dev] [plt] Push #20926: master branch updated

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Wed Aug 25 10:08:36 EDT 2010

Oh, sorry! I'll push a change back.

As to your question, I'd say "not on my account".

Robby

On Wed, Aug 25, 2010 at 8:46 AM, Casey Klein
<clklein at eecs.northwestern.edu> wrote:
> On Wed, Aug 25, 2010 at 8:31 AM, Casey Klein
> <clklein at eecs.northwestern.edu> wrote:
>> On Wed, Aug 25, 2010 at 7:40 AM,  <robby at racket-lang.org> wrote:
>>> robby has updated `master' from 967ac7275f to cda3d259ee.
>>>  http://git.racket-lang.org/plt/967ac7275f..cda3d259ee
>>>
>>> =====[ 1 Commits ]======================================================
>>>
>>> Directory summary:
>>>  100.0% collects/redex/examples/r6rs/
>>>
>>> ~~~~~~~~~~
>>>
>>> cda3d25 Robby Findler <robby at racket-lang.org> 2010-08-25 07:39
>>> :
>>> | added a file so drdr runs the test suites
>>> :
>>>  A collects/redex/examples/r6rs/run-test.rkt
>>>
>>> =====[ Overall Diff ]===================================================
>>>
>>> collects/redex/examples/r6rs/run-test.rkt
>>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>> --- /dev/null
>>> +++ NEW/collects/redex/examples/r6rs/run-test.rkt
>>> @@ -0,0 +1,4 @@
>>> +#lang racket/base
>>> +(require "r6rs-tests.rkt")
>>> +(main)
>>> +
>>>
>>
>> DrDr already runs the R6 tests, along with the tests for several other
>> models, via collects/redex/tests/run-all.rkt --examples.
>>
>
> Should I reorganize what DrDr runs so that it collects timing
> information for smaller units (e.g., the R6 model, tl-test.ss, etc.)?
>


Posted on the dev mailing list.