summaryrefslogtreecommitdiff
path: root/Test/timetest
diff options
context:
space:
mode:
Diffstat (limited to 'Test/timetest')
-rwxr-xr-xTest/timetest4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/timetest b/Test/timetest
index 1a4d0ea..36d8d8e 100755
--- a/Test/timetest
+++ b/Test/timetest
@@ -6,9 +6,9 @@ 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
+for file in exp.b ln.b sine.b atan.b jn.b mul.b div.b raise.b sqrt.b fact.b
do
-for prog in $BC $SYSBC $OTHERBC
+for prog in $SYSBC $BC $OTHERBC
do
echo Timing $file with $prog
time $prog -l $file