ethtool: add tests.

This commit is contained in:
maxice8 2017-11-15 18:11:34 -02:00 committed by Jürgen Buchmüller
parent 885dfee37c
commit 6538fa0447

View File

@ -9,3 +9,7 @@ homepage="http://www.kernel.org/pub/software/network/ethtool/"
license="GPL-2"
distfiles="http://www.kernel.org/pub/software/network/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=b7c1a380007d30eaf261a63b3cfc000f9d93f9eb7626dcd48b5d2a733af99cba
do_check() {
make check
}