[plt-scheme] running the framework tests?

From: Robby Findler (robby at cs.uchicago.edu)
Date: Thu Oct 20 02:08:04 EDT 2005

Judging from the changes you're making (if I saw your earlier messages
correctly), probably the framework tests won't help you, but you run
them by running bin/framework-test from the commandline. That only
tests the framework, tho. For the core mzscheme tests (more likely what
you want) you should have a look at plt/tests/mzscheme/ and maybe start
with all.ss.

hth,
Robby

At Wed, 19 Oct 2005 19:59:38 -0700 (PDT), Danny Yoo wrote:
> Hi everyone,
> 
> I'm making some scary changes to mzscheme's C source, and I want to make
> sure I haven't completely broken the runtime.  I'm looking for notes on
> how to run the bin/framework-test to test out mzscheme.
> 
> At the moment, I haven't been able to figure out how to drive the tests in
> collects/tests/mzscheme through framework-test, so as the README suggests,
> I've been just doing (load "basic.ss") iteratively till things work out.
> Is that what other people do?
> 
> This is related to bug 7449.  Thanks!
> 
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme


Posted on the users mailing list.