Index: tests/runbench.sh
--- tests/runbench.sh.orig
+++ tests/runbench.sh
@@ -34,8 +34,8 @@ run()
 echo "****************************************"
 
 compiler_options="-C -Wa,-W"
-compile="../csc -w -compiler $CHICKEN -I.. -L.. -include-path .. -o a.out $COMPILE_OPTIONS"
-interpret="../csi -n -include-path .."
+compile="../chicken-csc -w -compiler $CHICKEN -I.. -L.. -include-path .. -o a.out $COMPILE_OPTIONS"
+interpret="../chicken-csi -n -include-path .."
 
 echo "======================================== null ... "
 $compile null.scm -O5
