sed: Add tests.

This commit is contained in:
maxice8 2017-11-15 16:22:58 -02:00 committed by Jürgen Buchmüller
parent 778047ce46
commit 848d423920

View file

@ -17,3 +17,7 @@ post_extract() {
# dont regenerate the man page with help2man...
sed -i 's|\(^doc/sed.1:\).*$|\1|' Makefile.in
}
do_check() {
make check
}