Ai-Thinker-Open_RTL8710BX_A.../Living_SDK/security/alicrypto/libalicrypto/b.sh

8 lines
130 B
Bash
Raw Normal View History

2020-06-18 12:06:52 +00:00
#!/bin/bash
make gcov=1
./ali_crypto_test
sudo lcov -c -b . -d ./mbed -d ./sw -o test.info
genhtml test.info -o yos_test_report