libidn 1.33: add TEST(). All tests are OK on all architectures.

This commit is contained in:
fbrosson
2018-04-04 18:35:57 +00:00
parent 57a9c2f7cf
commit e9f25f2fb6

View File

@@ -67,3 +67,8 @@ INSTALL()
$developDir \
$manDir/man3
}
TEST()
{
make check
}