octave-maintainers
[Top][All Lists]
Advanced

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

Re: [octave-forge] (parallel) request help for testing at Windows


From: Olaf Till
Subject: Re: [octave-forge] (parallel) request help for testing at Windows
Date: Sun, 24 Nov 2019 10:21:56 +0100
User-agent: NeoMutt/20170113 (1.7.2)

Thanks for going on with this...

On Sat, Nov 23, 2019 at 05:09:26PM -0500, Nicholas Jankowski wrote:
> where should I be able to find
> __test_rfeval__.cc? I see it in the pagkage tar.gz file, but am not finding
> it searching under the package folders.

I think the package tar.gz file is indeed the only place where
__test_rfeval__.cc is kept.

> extracted it and tried to run it
> from another folder and got:
> octave:9> test("__test_rfeval__.cc")
> ***** test
>  __test_rfeval__ (@ (x) sqrt (x), 1, @ (info, x) info.message);
>  assert (__test_rfeval__ (9, 1, @ (info, x) info.message){1}, 3);
>  assert (iscellstr (__test_rfeval__ ("a", 1, @ (info, x) info.message)));
> !!!!! test failed
> '__test_rfeval__' undefined near line 3 column 2
> octave:10>

Assuming that installation of the package now succeeded (did it?),
__test_rfeval__.oct, where the function '__test_rfeval__' is defined,
should be installed, too. The test didn't find it in the search path,
though -- maybe you didn't load the package with 'pkg load parallel'?

Olaf

-- 
public key id EAFE0591, e.g. on x-hkp://pool.sks-keyservers.net

Attachment: signature.asc
Description: PGP signature


reply via email to

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