|
From: <ro...@us...> - 2003-01-03 23:10:34
|
Update of /cvsroot/ltp/ltp/runtest In directory sc8-pr-cvs1:/tmp/cvs-serv3466/runtest Modified Files: math Log Message: Added atof() test ported by Ananda Venkataraman. Index: math =================================================================== RCS file: /cvsroot/ltp/ltp/runtest/math,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- math 3 Jan 2003 22:50:19 -0000 1.3 +++ math 3 Jan 2003 23:10:29 -0000 1.4 @@ -1,5 +1,7 @@ abs01 abs01 +atof01 atof01 + float_bessel float_bessel -D $LTPROOT/testcases/bin -v float_exp_log float_exp_log -D $LTPROOT/testcases/bin -v float_iperb float_iperb -D $LTPROOT/testcases/bin -v |