Ai-Thinker-Open_RTL8710BX_A.../Living_SDK/security/alicrypto/libalicrypto/b.sh
2020-06-18 22:04:32 +08:00

7 lines
130 B
Bash
Executable file

#!/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