speech-tools: run tests

This commit is contained in:
Will Dietz 2018-03-15 01:23:54 -05:00
parent 92bd681de1
commit e6ff717b56

View file

@ -30,6 +30,10 @@ stdenv.mkDerivation rec {
done
'';
doCheck = true;
checkTarget = "test";
meta = with stdenv.lib; {
description = "Text-to-speech engine";
maintainers = with maintainers; [ raskin ];