mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
procps-ng: Add tests.
This commit is contained in:
parent
320aa13a41
commit
aa02396a88
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ post_extract() {
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
do_check() {
|
||||||
|
make check
|
||||||
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vconf ${FILESDIR}/sysctl.conf
|
vconf ${FILESDIR}/sysctl.conf
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue