All buildbots should be green now. Only FFC tests are currently failing but I suspect a small fix is needed on the buildbot side to run the new tests (which involve compilation against UFC).
What about the evaluate_basis and evaluate_basis_derivatives tests. Are they in good shape, and what do they do differently from the regression tests? -- Anders On Sun, Jan 31, 2010 at 08:00:29PM -0000, [email protected] wrote: > ------------------------------------------------------------ > revno: 1354 > committer: Anders Logg <[email protected]> > branch nick: ffc-main > timestamp: Sun 2010-01-31 20:57:52 +0100 > message: > Add missing file > added: > test/unit/test.py > > > === added file 'test/unit/test.py' > --- test/unit/test.py 1970-01-01 00:00:00 +0000 > +++ test/unit/test.py 2010-01-31 19:57:52 +0000 > @@ -0,0 +1,5 @@ > +from misc.test import * > +from symbolics.test import * > + > +if __name__ == "__main__": > + unittest.main() >
signature.asc
Description: Digital signature
_______________________________________________ Mailing list: https://launchpad.net/~ffc Post to : [email protected] Unsubscribe : https://launchpad.net/~ffc More help : https://help.launchpad.net/ListHelp

