This helps to run the test suite more often, so bugs get caught
earlier.
- New sort order for the ls command: -s=h sorts the ls output by hash
value of the audio file.
+- autogen.sh now runs the test suite after a successful build.
- The contents of overview.pdf have been integrated into the user
manual.
- The doxygen source browser has been disabled temporarily. The
./configure $@ > /dev/null
echo compiling...
make clean > /dev/null 2>&1
-make -j $n > /dev/null
+make -j $n > /dev/null && make check