← Back to team overview

ffc team mailing list archive

Re: [Branch ~ffc-core/ffc/main] Rev 1354: Add missing file

 

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, noreply@xxxxxxxxxxxxx wrote:
> ------------------------------------------------------------
> revno: 1354
> committer: Anders Logg <logg@xxxxxxxxx>
> 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()
>

Attachment: signature.asc
Description: Digital signature


Follow ups