author | Alberto Bertogli
<albertito@gmail.com> 2007-06-29 05:22:38 UTC |
committer | Alberto Bertogli
<albertito@gmail.com> 2007-06-29 05:22:38 UTC |
parent | ac406c949cb75bc629c2807e13952c5bc017d6e6 |
tests/c/make.sh | +3 | -2 |
diff --git a/tests/c/make.sh b/tests/c/make.sh index a38525c..771c171 100755 --- a/tests/c/make.sh +++ b/tests/c/make.sh @@ -37,10 +37,11 @@ for p in TIPC TCP UDP MULT; do OP=`echo $p-$v | tr '[A-Z]' '[a-z]'` TF="-DUSE_$p=1 -DUSE_$v=1" - echo " * $OP" + echo " * $OP:" for t in 1 2 3 "set" "get" "del"; do + echo " * $t" if [ "$CLEAN" == 1 ]; then - rm -vf $t-$OP + rm -f $t-$OP else cc -lnmdb $ALLCF $TF -o $t-$OP $t.c fi