ripgrep: add do_check().

This commit is contained in:
maxice8 2018-05-13 20:16:18 -03:00 committed by Leah Neukirchen
parent 99d4bb6a50
commit dac4908aa6

View file

@ -14,6 +14,11 @@ nocross=yes
do_build() {
cargo build --release
}
do_check() {
cargo test --release
}
do_install() {
vbin target/release/rg
vlicense LICENSE-MIT