tar: Add tests.

This commit is contained in:
maxice8 2017-11-15 16:49:18 -02:00 committed by Jürgen Buchmüller
parent 24916a991b
commit d366a4b968

View File

@ -17,3 +17,7 @@ pre_configure() {
# avoid regenerating doc on install
touch -r doc/stamp-vti configure
}
do_check() {
make check
}