libid3tag: Call "make check" (instead of "make test") in TEST.

This commit is contained in:
fbrosson
2016-12-30 23:52:28 +00:00
parent 3ffe6092dc
commit 14c9ef5907

View File

@@ -59,6 +59,5 @@ INSTALL()
TEST() TEST()
{ {
make test
make check make check
} }