From 6db80c31397ee584f917c2d9b863a3b211db3f12 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Mon, 6 Oct 2014 10:24:17 +0200 Subject: [PATCH] bash: add TEST rule. * Several failures are found, and eventually the testsuite locks up. --- app-shells/bash/bash-4.3.29.recipe | 5 +++++ 1 file changed, 5 insertions(+) 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 +}