~ubuntu-branches/ubuntu/raring/bc/raring

« back to all changes in this revision

Viewing changes to Test/timetest

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-12-05 12:24:03 UTC
  • mfrom: (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20071205122403-rv1a7x90ktu1wl95
Tags: 1.06.94-3ubuntu1
* Merge with Debian; remaining changes:
  - Make bc/dc notice read and write errors on its input and output.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
if [ x$BC = x ] ; then
7
7
  BC=../bc/bc
8
8
fi
9
 
for file in exp.b ln.b sine.b atan.b jn.b mul.b div.b raise.b sqrt.b
 
9
for file in exp.b ln.b sine.b atan.b jn.b mul.b div.b raise.b sqrt.b fact.b
10
10
do
11
 
for prog in $BC $SYSBC $OTHERBC
 
11
for prog in $SYSBC $BC $OTHERBC
12
12
do
13
13
echo Timing $file with $prog
14
14
time $prog -l $file