summaryrefslogtreecommitdiffstats
path: root/contrib/bc/Test/timetest
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bc/Test/timetest')
-rwxr-xr-xcontrib/bc/Test/timetest6
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/bc/Test/timetest b/contrib/bc/Test/timetest
index 792c591..1a4d0ea 100755
--- a/contrib/bc/Test/timetest
+++ b/contrib/bc/Test/timetest
@@ -2,11 +2,13 @@
#
# Time the functions.
#
-BC=../bc/bc
SYSBC=/usr/bin/bc
+if [ x$BC = x ] ; then
+ BC=../bc/bc
+fi
for file in exp.b ln.b sine.b atan.b jn.b mul.b div.b raise.b sqrt.b
do
-for prog in $BC $SYSBC
+for prog in $BC $SYSBC $OTHERBC
do
echo Timing $file with $prog
time $prog -l $file
OpenPOWER on IntegriCloud