Re: [OctDev] gsvd test

2010-09-15 Thread Søren Hauberg
ons, 15 09 2010 kl. 10:03 +0200, skrev depuis: > OK, got the point. I moved inst/gsvd inside src/gsvd.cc, added a target to > the Makefile, and pushed it into octave-forge svn. 'make test' now result > in > > PASSES 48 out of 48 tests Excellent! Thanks once again :-) Søren

Re: [OctDev] gsvd test

2010-09-15 Thread depuis
On Wed, 15 Sep 2010 08:18:39 +0100, Andy Buckle wrote: > > I can't remember where I first saw this, but attached is a c++ source > file of my own. Note the test and demo sections at the end. OK, got the point. I moved inst/gsvd inside src/gsvd.cc, added a target to the Makefile, and pushed it

Re: [OctDev] gsvd test

2010-09-15 Thread Andy Buckle
On Wed, Sep 15, 2010 at 6:44 AM, Andy Buckle wrote: > On Tue, Sep 14, 2010 at 10:22 PM, Pascal Dupuis > wrote: >>  Le 14/09/10 17:41, Søren Hauberg a écrit : >>> tir, 14 09 2010 kl. 17:24 +0200, skrev depuis: >>> Thanks for looking into this. I am, however, not sure this is the right >>> approach

Re: [OctDev] gsvd test

2010-09-14 Thread Andy Buckle
On Tue, Sep 14, 2010 at 10:22 PM, Pascal Dupuis wrote: >  Le 14/09/10 17:41, Søren Hauberg a écrit : >> tir, 14 09 2010 kl. 17:24 +0200, skrev depuis: >> Thanks for looking into this. I am, however, not sure this is the right >> approach. Is it not possible to embed the tests directly in the C++ >

Re: [OctDev] gsvd test

2010-09-14 Thread Pascal Dupuis
Le 14/09/10 17:41, Søren Hauberg a écrit : > tir, 14 09 2010 kl. 17:24 +0200, skrev depuis: > Thanks for looking into this. I am, however, not sure this is the right > approach. Is it not possible to embed the tests directly in the C++ > file? This is done in core Octave in many places, but I am

Re: [OctDev] gsvd test

2010-09-14 Thread Søren Hauberg
tir, 14 09 2010 kl. 17:24 +0200, skrev depuis: > in attach, a file with name 'gsvd' which is a direct replacement for > test_gsvd.m. It makes use of the Octave-3.2 testing facilities, and all > messages have been switched off. So > > test('gsvd') > > should now result in > PASSES 48 out of 48 tes