Lines Matching full:echo
12 echo "I can't find the imath test driver 'imtest', did you build it?"
13 echo "I can't proceed with the unit tests until you do so, sorry."
17 echo "-- Running all available unit tests"
19 echo "ALL PASSED"
21 echo "FAILED"
25 echo ""
26 echo "-- Running test to compute 1024 decimal digits of pi"
28 echo "I can't find the pi computing program, did you build it?"
29 echo "I can't proceed with the pi test until you do so, sorry."
37 echo " PASSED 1024 digits"
39 echo " FAILED"
40 echo "Obtained:"
42 echo "Expected:"
49 echo "-- Running test to compute 1698 hexadecimal digits of pi"
53 echo " PASSED 1698 digits"
55 echo " FAILED"
56 echo "Obtained:"
58 echo "Expected:"
65 echo "-- Running test to compute 1500 decimal digits of pi"
69 echo " PASSED 1500 digits"
71 echo " FAILED"
72 echo "Obtained:"
74 echo "Expected:"
79 echo "-- Running regression tests"