diff --git a/app-shells/bash/bash-4.3.29.recipe b/app-shells/bash/bash-4.3.29.recipe index 84238d171..feb917dd1 100644 --- a/app-shells/bash/bash-4.3.29.recipe +++ b/app-shells/bash/bash-4.3.29.recipe @@ -90,3 +90,8 @@ INSTALL() make install-strip ln -s bash $binDir/sh } + +TEST() +{ + make check +}