diffutils: Add tests.

This commit is contained in:
maxice8 2017-11-15 15:57:22 -02:00 committed by Jürgen Buchmüller
parent 387d5b8505
commit 80477e43c4

View file

@ -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
}