mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
diffutils: Add tests.
This commit is contained in:
parent
387d5b8505
commit
80477e43c4
1 changed files with 4 additions and 0 deletions
|
@ -16,3 +16,7 @@ if [ -n "$CROSS_BUILD" ]; then
|
||||||
# Tell configure we have GNU getopt
|
# Tell configure we have GNU getopt
|
||||||
configure_args+=" gl_cv_func_getopt_gnu=yes"
|
configure_args+=" gl_cv_func_getopt_gnu=yes"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
make check
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue