llvm: add TEST rule.

This commit is contained in:
Adrien Destugues
2014-05-01 10:21:44 +02:00
parent eb50a4e921
commit bff90a2b84

View File

@@ -88,3 +88,8 @@ INSTALL()
{
make install
}
TEST()
{
make check
}