octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ITSOL interface


From: marco atzeri
Subject: Re: ITSOL interface
Date: Wed, 03 Jul 2013 11:13:31 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7

Il 7/3/2013 9:53 AM, Kai Torben Ohlhus ha scritto:
On 3 July 2013 03:55, John W. Eaton  wrote:

    On 06/05/2013 03:29 AM, Kai Torben Ohlhus wrote:

        On 06/05/2013 07:48 AM, c. wrote:

            https://savannah.gnu.org/__patch/index.php?8068
            <https://savannah.gnu.org/patch/index.php?8068>


        Are the attached files omitted?


    There is a tar.gz file attached to patch tracker item #8068.  Look
    near the bottom of the page.  Here's a direct link to the tar.gz file:

    https://savannah.gnu.org/__patch/download.php?file_id=__28268
    <https://savannah.gnu.org/patch/download.php?file_id=28268>

    jwe


jwe: Thanks for the link. But this post is a bit older, so I already got
these files.

Nir: Yes, I will give an update soon. I'm struggeling a bit with
ilutp.cc. I updated the documentation and startet to create test cases.
Anyway I got a question to testing in Octave. There exists the
test-markup "%!" for DLD-functions like in
http://inversethought.com/hg/octave-kai/file/43e8f8031023/libinterp/dldfcn/eigs.cc
 from
line 772 on. These can be called via "make check" after compiling AFAIK.
Is there a way to test the function eigs for example when you already
run octave like "test eigs" or from the GNU-build framework like "make
check libinterp/dldfcn/eigs.cc"? The first one seems to work only for
m-files, right? That would be very useful for my development, because I
don't like to check all Octave tests when I make a small change in my code.

Best,
Kai


http://www.gnu.org/software/octave/doc/interpreter/Test-Functions.html#Test-Functions

from the interpreter something like

test ("/{fullpath}/libinterp/dldfcn/eigs.cc")

should work.

Regards
Marco



reply via email to

[Prev in Thread] Current Thread [Next in Thread]