Running make check in the source tree extracted from the 0.2.0 release tarball yields this:
mkdir -p libdcadec
gcc -o test/stddev -O2 -Wall -Wextra test/stddev.c -lm
cd test && ./test.sh
ERROR: Run 'git submodule update --init test/samples' first.
Makefile:161: recipe for target 'check' failed
It would be great if the release tarballs included the missing files from the Git submodule so that users can run the test suite before installing. Thanks!