From: Paul K. <pki...@us...> - 2002-03-18 07:43:34
|
Update of /cvsroot/octave/octave-forge/extra/testfun In directory usw-pr-cvs1:/tmp/cvs-serv16185/extra/testfun Modified Files: Makefile Log Message: Makefiles more consistent; accept optional "install" target in tertiary makes |
From: Paul K. <pki...@us...> - 2002-04-20 21:11:41
|
Update of /cvsroot/octave/octave-forge/extra/testfun In directory usw-pr-cvs1:/tmp/cvs-serv16996 Modified Files: test.m assert.m Log Message: add list test, fix structure test, use -tolerance for relative error |
From: Paul K. <pki...@us...> - 2002-04-22 21:25:53
|
Update of /cvsroot/octave/octave-forge/extra/testfun In directory usw-pr-cvs1:/tmp/cvs-serv21860 Modified Files: assert.m Log Message: use argn to print arguments to assert |
From: Paul K. <pki...@us...> - 2002-04-24 10:34:22
|
Update of /cvsroot/octave/octave-forge/extra/testfun In directory usw-pr-cvs1:/tmp/cvs-serv12360/extra/testfun Modified Files: assert.m Log Message: use tol > 0 for relative tolerance |
From: Paul K. <pki...@us...> - 2003-06-01 19:36:33
|
Update of /cvsroot/octave/octave-forge/extra/testfun In directory sc8-pr-cvs1:/tmp/cvs-serv23072/extra/testfun Added Files: .cvsignore Log Message: Ignore build targets when doing cvs -q update -dP --- makes it easier to notice that files have been added. |
From: Paul K. <pki...@us...> - 2003-07-26 02:58:52
|
Update of /cvsroot/octave/octave-forge/extra/testfun In directory sc8-pr-cvs1:/tmp/cvs-serv10483/extra/testfun Modified Files: test.m Log Message: Make sure all files names referenced in system calls are wrapped in quotes to protect against spaces in the path. |
From: David B. <ad...@us...> - 2003-09-12 14:22:46
|
Update of /cvsroot/octave/octave-forge/extra/testfun In directory sc8-pr-cvs1:/tmp/cvs-serv27368/extra/testfun Modified Files: speed.m Log Message: Changes to allow use with latest CVS of octave (do_fortran_indexing, etc) |
From: Paul K. <pki...@us...> - 2003-12-12 15:28:09
|
Update of /cvsroot/octave/octave-forge/extra/testfun In directory sc8-pr-cvs1:/tmp/cvs-serv7667/testfun Modified Files: demo.m example.m test.m Log Message: mark as command |
From: Paul K. <pki...@us...> - 2003-12-12 22:16:51
|
Update of /cvsroot/octave/octave-forge/extra/testfun In directory sc8-pr-cvs1:/tmp/cvs-serv24944/extra/testfun Modified Files: assert.m Log Message: Put all text in message so that it can be redirected to error_text |
From: Paul K. <pki...@us...> - 2003-12-12 22:18:15
|
Update of /cvsroot/octave/octave-forge/extra/testfun In directory sc8-pr-cvs1:/tmp/cvs-serv25292/extra/testfun Modified Files: test.m Log Message: Put variable values in file along with error message; Hack to handle Ctrl-C --- if no __error_text__ it must have been interrupt! |
From: Paul K. <pki...@us...> - 2003-12-15 21:34:55
|
Update of /cvsroot/octave/octave-forge/extra/testfun In directory sc8-pr-cvs1:/tmp/cvs-serv31294/extra/testfun Modified Files: test.m Log Message: Build a more sophisticated test script; clean up some of the tests. |
From: Paul K. <pki...@us...> - 2003-12-16 00:35:48
|
Update of /cvsroot/octave/octave-forge/extra/testfun In directory sc8-pr-cvs1:/tmp/cvs-serv4526/extra/testfun Modified Files: test.m Log Message: paper over testing problems |
From: Paul K. <pki...@us...> - 2003-12-16 06:46:27
|
Update of /cvsroot/octave/octave-forge/extra/testfun In directory sc8-pr-cvs1:/tmp/cvs-serv26849/extra/testfun Modified Files: test.m Log Message: Fix tests |
From: Paul K. <pki...@us...> - 2003-12-16 22:25:12
|
Update of /cvsroot/octave/octave-forge/extra/testfun In directory sc8-pr-cvs1:/tmp/cvs-serv20888/extra/testfun Modified Files: assert.m Log Message: Fix tests to handle exceptional values; make absolute error the default |
From: Paul K. <pki...@us...> - 2003-12-16 22:27:52
|
Update of /cvsroot/octave/octave-forge/extra/testfun In directory sc8-pr-cvs1:/tmp/cvs-serv21202/extra/testfun Modified Files: test.m Log Message: better docs; default to 'quiet'; output explanation of results to a file; hack around 'str=system()' not capturing output correctly; count the number of successful tests correctly |
From: Paul K. <pki...@us...> - 2003-12-22 15:05:00
|
Update of /cvsroot/octave/octave-forge/extra/testfun In directory sc8-pr-cvs1:/tmp/cvs-serv31092/extra/testfun Modified Files: test.m Log Message: Simple logging of one set of tests: test <name> verbose <file.log> |
From: Paul K. <pki...@us...> - 2003-12-24 11:38:23
|
Update of /cvsroot/octave/octave-forge/extra/testfun In directory sc8-pr-cvs1:/tmp/cvs-serv20590/extra/testfun Modified Files: test.m Log Message: default to no need to close fid. |