~ chicken-core (chicken-5) e5fd5366c97d7966f12517855b40d7e196fec448


commit e5fd5366c97d7966f12517855b40d7e196fec448
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Wed Mar 23 07:14:23 2011 -0400
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Wed Mar 23 07:14:23 2011 -0400

    runtests.sh fixes

diff --git a/tests/runtests.sh b/tests/runtests.sh
index 7bc41c5d..42c7d8b4 100644
--- a/tests/runtests.sh
+++ b/tests/runtests.sh
@@ -56,7 +56,9 @@ $compile compiler-tests-3.scm -unsafe -unboxing
 echo "======================================== compiler tests (specialization) ..."
 $compile fft.scm -O2 -local -d0 -disable-interrupts -b -o fft1
 $compile fft.scm -O2 -local -specialize -debug x -d0 -disable-interrupts -b -o fft2 -specialize
+echo "normal:"
 /usr/bin/time fft1 1000 7
+echo "specialized:"
 /usr/bin/time fft2 1000 7
 
 echo "======================================== compiler inlining tests  ..."
Trap