Commit be92d8e7 authored by Stefan Westerfeld's avatar Stefan Westerfeld

Improved speed test Makefile generation.

Signed-off-by: Stefan Westerfeld's avatarStefan Westerfeld <stefan@space.twc.de>
parent a2f8431b
......@@ -16,7 +16,7 @@ do
echo -n " speed-$CLIP-$STRENGTH-$SEED"
done
# full file
echo -n " speed-$STRENGTH-$SEED"
echo -n " speed-full-$STRENGTH-$SEED"
done
done
......@@ -37,7 +37,7 @@ do
echo
done
# full file
FILE="speed-$STRENGTH-$SEED"
FILE="speed-full-$STRENGTH-$SEED"
echo "$FILE:"
echo -e "\t( cd ..; AWM_RAND_PATTERN=1 AWM_SET=huge2 AWM_PARAMS='--strength $STRENGTH' AWM_SPEED=1 AWM_SEEDS=$SEED AWM_FILE='t-$FILE' ber-test.sh mp3 128 ) >x$FILE"
echo -e "\tmv x$FILE $FILE"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment