[Zope-dev] regression testing python install
Dieter Maurer
dieter@handshake.de
Wed, 23 Oct 2002 20:41:12 +0200
Adam Manock writes:
> Slightly of topic I know, but I thought someone here might know...
>
> I'm tweaking the python2.1 SRPM from python.org to get it to play
> nice with RedHat 8.0. Now that I have it compiling nicely, I thought it
> would be a good idea to fully regression test the resulting python
> install, especially as we now build with gcc 3.2 on 8.0 :-)
>
> Is there a "simple" way to thoroughly regression test a python install?
You run "make test".
Dieter