gawk: Add tests.

This commit is contained in:
maxice8 2017-11-15 16:26:37 -02:00 committed by Jürgen Buchmüller
parent 848d423920
commit 24916a991b

View File

@ -22,6 +22,9 @@ pre_configure() {
# Create symlinks for bins and manpages.
sed -i -e "s|\$(LN)|\$(LN_S)|g" Makefile.in doc/Makefile.in
}
do_check() {
make check
}
post_install() {
rm ${DESTDIR}/usr/bin/awk
}