setup a bit of a test framework

This commit is contained in:
Mike Frysinger
2008-03-24 07:17:05 +00:00
parent 1c9c2f9fcf
commit 486d517674
7 changed files with 58 additions and 11 deletions

View File

@@ -43,6 +43,7 @@ realinstall: ${BIN} ${CONF} ${CONF_APPEND}
install: all realinstall ${INSTALLAFTER}
check test::
@if test -e runtests.sh ; then ./runtests.sh || exit $$? ; fi
# A lot of scripts don't have anything to clean
# Also, some rm implentation require a file argument regardless of error