[EMAIL PROTECTED] wrote: > Hi David > > I know this chapter about tests. > But I didn't know what exactly happens wenn I enter "make check". > I didn't found something about this in the manual or somewhere on > the homepage. Analysing the makefiles seems to be the first > barrier to starting with writing tests. > > Michael
You don't really need to know how "make check" works. Just that if you add a test like %!assert(1+1,2) in an m-file of Octave that this test will be run with "make check" D. -- David Bateman [EMAIL PROTECTED] 35 rue Gambetta +33 1 46 04 02 18 (Home) 92100 Boulogne-Billancourt FRANCE +33 6 72 01 06 33 (Mob) ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
