[qmtest] new 'check' command
Mark Mitchell
mark at codesourcery.com
Mon Sep 29 07:13:21 UTC 2003
On Wed, 2003-09-17 at 18:01, Stefan Seefeld wrote:
> hi there,
>
> this patch allows to run the self-tests (as priviously done
> with 'make check'). It operates with the executable and modules
> inside the source tree. To be able to do this I had to make two
> (temporary, I hope) changes:
>
> * define QM_BUILD (this is detected by the presence of the qm.config
> module, which, when found, means QM_BUILD = 0
>
> * as the qmtest.py executable is right now in an unusual place,
> I can't use the same procedure to deduce QM_HOME from it.
> As a temporary workaround (until the source tree layout is
> cleaned up) I set QM_HOME from within the qm/__init__.py
> file only if it is not already defined. This means that in
> order to run the 'check' command right now you have to define
> QM_HOME manually.
I think my recent check-ins will have eliminated the need for these two
patches.
The new check.py file is OK.
Thanks!
--
Mark Mitchell <mark at codesourcery.com>
CodeSourcery, LLC
More information about the qmtest
mailing list