procps-ng: Add tests.

This commit is contained in:
maxice8 2017-11-15 17:09:41 -02:00 committed by Jürgen Buchmüller
parent 320aa13a41
commit aa02396a88

View file

@ -23,6 +23,9 @@ post_extract() {
pre_configure() {
autoreconf -fi
}
do_check() {
make check
}
post_install() {
vconf ${FILESDIR}/sysctl.conf
}