test/*: rewrite check.sh in Makefile

This commit is contained in:
illiliti
2021-08-05 09:03:47 +03:00
parent 30a0f61955
commit 9f12880096
3 changed files with 19 additions and 54 deletions

View File

@@ -18,4 +18,6 @@ uninstall:
rm -rf ${DESTDIR}${LIBDIR}/tinyramfs
check:
(cd test && ./check.sh)
(cd test && ${MAKE})
.PHONY: install uninstall check