Tim Lahey <[EMAIL PROTECTED]> writes:

> On Nov 23, 2008, at 4:30 PM, Martin Rubey wrote:
> 
> >
> > Tim Lahey <[EMAIL PROTECTED]> writes:
> >
> >> Hi,
> >>
> >> I'm in the process of installing the FriCAS 1.0.3p0 optional package
> >> and I was wondering if there are tests to run to make sure everything
> >> is built and installed correctly. I'd like to run them before I start
> >> exploring FriCAS.
> >
> > Do you mean tests testing FriCAS, or tests testing the Sage-FriCAS  
> > interface?
> >
> 
> I meant the Sage-FriCAS interface, but if you could point me to FriCAS  
> tests
> I'd appreciate that too.

They are in src/input.

Note (and please excuse) that currently only very few tests are run using a
unit testing facility, that exploits FriCAS types.  These are mainly
bugs2007.input and bugs2008.input.  elemnum.input would be another example, but
that will be merged into the code of trigcat.spad.pamphlet soon, hopefully.

My current plan, not necessarily going to be endorsed, is to put the test of
each operation into the Category that declares it.  There, this operation
should be tested for every domain inheriting from that Category, or at least
many such domains.

All the other files in src/input (don't laugh) are currently simply diff'ed.

A huge integration test suite is available in the original axiom project by Tim
Daly.  As far as I know, these tests all pass also in FriCAS.

Help to convert them to the FriCAS unit testing facility is greatly
appreciated.  Of course, if you find integrals FriCAS cannot do, PLEASE let us
know.

Martin



--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to