sed: Add tests.
This commit is contained in:
parent
778047ce46
commit
848d423920
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue