Blame test/ChangeLog

Packit 67cb25
2005-06-21  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* results.c: now displayed PASS lines only if GSL_TEST_VERBOSE=1,
Packit 67cb25
	otherwise only display fail lines by default.
Packit 67cb25
Packit 67cb25
Thu Sep 12 22:56:31 2002  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* results.c (gsl_test_rel): catch NaN
Packit 67cb25
	(gsl_test_abs): catch NaN
Packit 67cb25
Packit 67cb25
Fri Sep 28 10:40:21 2001  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* results.c: use the definition STDC_HEADERS instead of __STDC__
Packit 67cb25
 	as recommended by the autoconf manual
Packit 67cb25
Packit 67cb25
Thu Sep  6 10:17:10 2001  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* results.c (gsl_test_factor): fixed factor to work for case of
Packit 67cb25
 	0==0 without dividing by zero
Packit 67cb25
Packit 67cb25
Wed Nov 29 10:42:57 2000  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* results.c (gsl_test_factor): added a test for two results being
Packit 67cb25
 	within a given factor of each other (e.g. "result should be good
Packit 67cb25
 	to within a factor of 2").  Note that this is different from the
Packit 67cb25
 	definition of relative error, which starts with a measurement of
Packit 67cb25
 	the difference by subtraction.
Packit 67cb25
Packit 67cb25
Fri May  5 11:20:36 2000  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* split out gsl_test code from err/ directory
Packit 67cb25