diff --git a/inst-check-soxr b/inst-check-soxr index 6dfa5bd..5f923b8 100755 --- a/inst-check-soxr +++ b/inst-check-soxr @@ -20,7 +20,7 @@ build_examples() { if [ x"$arg" = x ]; then echo "Examples in `pwd`; using local headers:" # for when dev pkg not installed libs=-l$1 - cflags=-I$dir/src + cflags=-I$dir/src else echo "Examples in `pwd`; using pkg-config:" libs=$(pkg-config --libs $1) diff --git a/tests/q-test b/tests/q-test index 454a41a..7c6b3d1 100755 --- a/tests/q-test +++ b/tests/q-test @@ -42,7 +42,7 @@ sox -r $rate1 -n -c $c 0.$ext synth 5: sin 0:$rate1n gain -1 for q in `seq $q1 $q2`; do echo $rate1 '-->' $rate2 c=$c q=$q - time $tool $rate1 $rate2 $c $e $e $q < 0.$ext > /dev/null; + time $tool $rate1 $rate2 $c $e $e $q < 0.$ext > /dev/null; done echo $rate1 '-->' $rate2 c=$c q=v time $tool $rate1 $rate2 $c $e $e 4 20 < 0.$ext > /dev/null