Lx4U-book/docs/packages/core/gmp/test

2 lines
95 B
Plaintext
Raw Normal View History

2021-07-09 04:40:39 +08:00
make check 2>&1 | tee gmp-check-log
awk '/# PASS:/{total+=$3} ; END{print total}' gmp-check-log