octave-maintainers
[Top][All Lists]
Advanced

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

Re: Moving internal functions in testfun/ directory to test/ directory


From: John W. Eaton
Subject: Re: Moving internal functions in testfun/ directory to test/ directory
Date: Mon, 05 Aug 2013 01:07:15 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12

On 08/04/2013 03:16 PM, Rik wrote:
8/4/13

All,

Is there any objection to moving the following internal functions from the
scripts/testfun directory to test/private?

__run_test_suite__.m
__printf_assert__.m
__prog_output_assert__.m

These functions are only used when running the 'make check' test suite and
don't really need to be installed and visible to every installation.

Only downside is that if you want to run one of the test in the test/
directory you will need to execute "addpath ($srcdir/private)" first.  We
could also modify run-octave.in to automatically include this.

We also install the tests now so it is possible to use the __run_test_suite__ function with an installed copy of Octave when the source files are not available.

jwe



reply via email to

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