echo "  Testing files installed automatically"
for f in Gruntfile.js Makefile test/index.js; do
	[ -e $f ]
done
for f in lib/index.js lib/__tests__/t; do
	[ ! -e $f ]
done
