diffutils: Add tests.
This commit is contained in:
parent
387d5b8505
commit
80477e43c4
@ -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…
x
Reference in New Issue
Block a user