bash: add TEST rule.

* Several failures are found, and eventually the testsuite locks up.
This commit is contained in:
Adrien Destugues
2014-10-06 10:24:17 +02:00
parent 1e3a525889
commit 6db80c3139

View File

@@ -90,3 +90,8 @@ INSTALL()
make install-strip
ln -s bash $binDir/sh
}
TEST()
{
make check
}