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
|
||||
configure_args+=" gl_cv_func_getopt_gnu=yes"
|
||||
fi
|
||||
|
||||
do_check() {
|
||||
make check
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue