mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
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...
|
# dont regenerate the man page with help2man...
|
||||||
sed -i 's|\(^doc/sed.1:\).*$|\1|' Makefile.in
|
sed -i 's|\(^doc/sed.1:\).*$|\1|' Makefile.in
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
make check
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue